Bogo Sort
July 28, 2023 • ☕️ 3 min read • 🏷 computer, software, algorithm, sortBogo Sort (also known as Nonsense sort or Permutation Sort) is an extremely ineffective random sorting algorithm that tries to sort a sequence that needs to be sorted by generating random permutations and making comparisons until the correct order is found.