A personal implementation of the standard BinaryHeap
- It is based on a simple binary tree.
- It does not support the modification of nodes.
- Pierre-André Gagnon - Initial work - pag4k
- This project is licensed under the MIT License - see the LICENSE.md file for details.
- Based on Dr. Aiman Hanna COMP352 Data Structure and Algorithm course notes.