Skip to content

RimLuna/push-ikhane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

push-ikhane

Sorting Is A Joke: Useless Sorting Algorithms

Slow Sort: Multiply and Fucking Give Up

  1. Recursively calling the sorting function for the max of N/2 elements
  2. Recursively call the function for the max of the remaining N/2 elements
  3. Find largest of the two and store it at the end
  4. Recursively call the function again for the entire array except the max

Fucking stupid.

Releases

No releases published

Packages

No packages published

Languages