Skip to content

AtomicNoggin/OSATreeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OSATreeSort

Opportunistic self-adjusting tree sort

a binary sort tree that segmentally self adjusts as it walks new values down the tree providing progressivley optimized paths for subsiquent sort values, especially if values are already (or mostly) sorted.

osa = new OSATreeSort();

About

Opportunistic self-adjusting tree sort

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published