Across
- 2. A type that enables traversal through the elements of a container (such as a std::vector) in C++
- 3. Making functions applicable to a broader range of situations
- 4. A feature in C++ that allows functions and classes to operate with generic types and even generic functions
- 6. A sorting order where elements are arranged from the largest to the smallest, requiring customization of the sorting criteria or algorithm.
- 8. A ______ function defines the order of elements
Down
- 1. The process of replacing a hardcoded value with a parameter
- 5. A sorting order where elements are arranged from the smallest to the largest, often the default in sorting algorithms.
- 7. The step size in traversing elements in a sequence