An open API service indexing awesome lists of open source software.

https://github.com/burnaviour/heap-sort-with-4-children

this program will sort array in descending order in nlog4n times it creates heap with each root node has at least 4 children. Given a left complete quaternary tree i.e. a parent node can have at max four children. this program will sort array in descending order
https://github.com/burnaviour/heap-sort-with-4-children

binary-search-tree binary-search-tree-4-childern heapsort heapsort-algorithm heapsort-optimized sort

Last synced: 3 months ago
JSON representation

this program will sort array in descending order in nlog4n times it creates heap with each root node has at least 4 children. Given a left complete quaternary tree i.e. a parent node can have at max four children. this program will sort array in descending order

Awesome Lists containing this project