algs4-py
algs4-py copied to clipboard
A Python library for the textbook Algorithms, 4th edition
Results
2
algs4-py issues
Sort by
recently updated
recently updated
newest added
First off, I'm enjoying this repo, and you have already solved a big chunk of what my team and I are in process of doing so I'm excited about contributing....
It is tested and its output is identical with the normal DFS. **Note**: I added `peek()` method to `Stack` class to use it in this iterative version of DFS (as...