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
135 stars 19 forks source link

**General contributions** #56

Open spirosmaggioros opened 4 days ago

spirosmaggioros commented 4 days ago

Please be free to contribute whatever you think is useful. Don't only feel the need to contribute if there are issues open :)

aveldan commented 3 days ago

I was thinking of implementing a level-order traversal for the tree, I see it's not done yet. If that is okay I can start working on it.

spirosmaggioros commented 2 days ago

Yes you can do that, i had one for every tree, but i deleted it because it's not a known algorithm, it's just something we do to solve problems. But yes, you can implement one for every tree header class and then i will create an ostream operator to print the trees using the level order traversal.