Skip to content

An implementation of a binary heap in pure standard C++11, using C++ standard library features

License

Notifications You must be signed in to change notification settings

Pharap/binary_heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

binary_heap

An implementation of a binary heap in pure standard C++11, using C++ standard library features.

This code is mainly for educational purposes as the standard library already provides std::priority_queue which behaves similarly and is likely to be implemented in almost exactly the same way in most implementations of the standard library.

About

An implementation of a binary heap in pure standard C++11, using C++ standard library features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages