chrstinak4u
Programmer
i need to crate a STL that will include templates for the following:
-bubble sort
-quick sort
-finds the largest number
-finds the smallest number
-comutes the average of an array
-finds the array element that is closest to the average for the array's values
-finds the average for an array
-squares a number
-cubes a number
-performs binary search using recursion
-performs summation using an ending value and an increment recursively
-bubble sort
-quick sort
-finds the largest number
-finds the smallest number
-comutes the average of an array
-finds the array element that is closest to the average for the array's values
-finds the average for an array
-squares a number
-cubes a number
-performs binary search using recursion
-performs summation using an ending value and an increment recursively