TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.03k stars 7.1k forks source link

Morris Preorder traversal added #2622

Closed mkhuzaima closed 11 months ago

mkhuzaima commented 11 months ago

Description of Change

Checklist

Notes: Added Morris Traversal for Preorder traversal which resolves #2621

I accidently deleted the forked repository, that's why, this pull request is closed. Should I create new pull request, or it can be reopened?