Skip to content
/ bruh-sort Public

(Joke) Sorting algorithm using POSIX system calls

License

Notifications You must be signed in to change notification settings

yxor/bruh-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bruh-sort

Sorting algorithm using POSIX system calls. AKA "sleep-sort" and "lazy-sort".

how does it work ?

Compile using the gcc compiler

gcc sleep.c -o sleep -O3 -Wall -Werror
gcc sort.c -o sort -O3 -Wall -Werror

Then, run the program with a list of integers as arguments.

./sort 9 -8 7 6 -5 3 4 1 2 0

About

(Joke) Sorting algorithm using POSIX system calls

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages