Skip to content

Implementation of Edsger Dijkstra's smoothsort algorithm, which has O(NlogN) worst-case and O(N) best-case runtime, with O(1) overhead.

Notifications You must be signed in to change notification settings

gregreen/smoothsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Implementation of Edsger Dijkstra's smoothsort algorithm, which has O(NlogN) worst-case and O(N) best-case runtime, with O(1) overhead.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages