#algorithms
Read more stories on Hashnode
Articles with this tag
This is an algorithm to sort an array. It can be classified as a divide and conquer algorithm. Input: array of elements. E.g. arr = [5, 4, 1,...
Input: sequence of numbers as an array e.g. 140213 Output: next minimun number greater than input that can be generated using the numbers in array...