The document contains algorithms for various problems:
1. Finding the greatest number in a sequence without using additional data structures.
2. Calculating the difference between the sum of squares and the square of sums of two numbers.
3. Calculating ticket sales, costs, and profits for a theater given the number of attendees.
4. Calculating the surface area and volume of a cylinder given its radius and height.
5. Counting the number of words in a string.
6. Converting a decimal number to its binary equivalent.
7. Calculating the factorial of a number recursively.
8. Reversing an integer array without using an additional array.
9. Concatenating two