Skip to content

MinHeap providing functionality missing in Java's PriorityQueue

License

Notifications You must be signed in to change notification settings

aisthesis/min-heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

min-heap
=============================================
Git repository for implementing a min heap (priority queue) 
as described in CLRS, pp. 151ff. 
Java's PriorityQueue implementation does not provide
the decrease-key() method needed for implementing Dijkstra's
algorithm
Project started 2013-09-23

About

MinHeap providing functionality missing in Java's PriorityQueue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages