c icon indicating copy to clipboard operation
c copied to clipboard

Bogo_Sort.c

Open i-pj opened this issue 9 months ago • 0 comments

Bogo Sort is a highly inefficient and impractical sorting algorithm. It works by repeatedly shuffling the elements of an array until the array is sorted. The name "Bogo" is a play on the word "bogus," indicating that this sorting algorithm is not suitable for any practical use and is primarily used for educational purposes to illustrate the concept of a sorting algorithm

I am creating a pull request for...

  • [ ] New algorithm

i-pj avatar Sep 30 '23 03:09 i-pj