Static
Returns the index of the closest (lower) element in an array sorted in ascending order
A function that compares two elements (it should return a negative number if a < b, 0 if a = b, and a positive number if a > b)
Generate all the possible combinations of a given array
The input array
Amount of elements in each combination
An array of combinations
Remove an element from an array
The element to remove
Returns the index of the closest (lower) element in an array sorted in ascending order