PreRelease
- Included Priority Queue
- Replaced Bad Implementation of max heap with arrays to true tree implementation, fixes 4
- Added Proper MinHeap DataStructure
- Added proper OverFlow and UnderFlow Errors for stack and queues
Thanks to [hariuserx](https://github.com/hariuserx/MinHeap) for his [stackOverflow comment](https://stackoverflow.com/a/55077434)