Skip to content

reyoung/heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A flexible implementation of custom-priority heap/priority queue based on the leftist-heaps.

The Heap.LeftiestTree implements a simple minimum priority heap. You can customize the priority value for each item to implements a maximum heap.

The Heap.PQ uses Heap.LeftiestTree and implements a simple priority queue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages