Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unreliable Sorting algorithm with threads and no list comparisions. I will not lie: I just use this to remind me how Threads work

License

Notifications You must be signed in to change notification settings

bhurghundii/SynchroSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SynchroSort

Sorting algorithm with threads and no list comparisions

...Why?

Well, I was having a conversation on Twitter with a friend when I jokingly came said we should come up with the worst possible sorting algorithm. After a few hours, here is what I came up with.

Why it's bad

Highly unreliable because threads take time to make, throwing the system in complete wack. I guess you'd need a computer that can parralel process and be very strong to use this properly.

How it works

It splits each element into its own thread. Each thread decays after a certain time, and this is returned as a sorted list.

About

Unreliable Sorting algorithm with threads and no list comparisions. I will not lie: I just use this to remind me how Threads work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages