Solidity
Solidity copied to clipboard
Add BogoSort Algorithm Implementation
This pull request adds the BogoSort algorithm implementation. BogoSort algorithm is a simple, albeit highly inefficient, sorting algorithm that randomly permutes an array until it is sorted.