With the broad availability of quick and efficient sorting algorithms, that can sort arrays in $$$O(N*logN)$$$ complexity, little space was left for the bad sorting algorithms. Because of this, I will, in this blog, explore the vast world of the bad sorting algorithms.
Bogosort
-This amazing sorting algorithm, utilizes the programmers faith in order to correctly sort the array. The algorithm consist of shuffling the array randomly