Skip to content

Typical heap sort with the array organized as a ternary tree

Notifications You must be signed in to change notification settings

CaseyG5/ternary-heapsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ternary-heapsort

Typical heapsort with the array organized as a ternary tree

I'm still impressed by how compact heapsort is. I had this one use 0 as the first element, even though starting with 1 is easier.

About

Typical heap sort with the array organized as a ternary tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages