CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
160 stars 20 forks source link

Add iterators to classes that don't have one(if applicable) #12

Closed spirosmaggioros closed 8 months ago

spirosmaggioros commented 8 months ago

For example, Min Heap does not have an iterator.Note that it is better to implement the iterators similar to the one's that already exist in all the tree classes as well as the list classes.

spirosmaggioros commented 8 months ago

Issue closed as i created the iterators.