v1.3.0
What's Changed
- Feature-01 (1.3.0) Implementation of the TryPop and TryPeek methods in PriorityStack and PriorityQueue by @Ts-Pytham in #8
- New unit testing for PriorityStack class.
Fixes
- Fixed a bug that instead of sorting by highest priority, sorted by lowest priority in PriorityStack class.
Full Changelog: 1.2.0...1.3.0