Skip to content
/ HeapFa Public

This is a generic heap data structure for Java programming language.

License

Notifications You must be signed in to change notification settings

fa2id/HeapFa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaHeap

This is a generic heap data structure for Java. You can use it with every object implementing Comparable interface.

Heap

In this heap, the root of the tree is always the object with maximum node. If you need to print the tree, toString() method has been overwritten, and the tree will be printed using BFS manner.

Operations

insert() peek() poll() isEmpty() remove() remove all()

About

This is a generic heap data structure for Java programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages