algorithms-sedgewick-python icon indicating copy to clipboard operation
algorithms-sedgewick-python copied to clipboard

Algorithms(4th edition) by Robert Sedgewick and Kevin Wayne exercises in python

Python 3.6 Python 3.7 Python 3.8 Python 3.9

algorithms-sedgewick-python

        Algorthms(4th edition) by Robert Sedgewick and Kevin Wayne exercises in python, all modules can be executed with doctest. Current Python Version is 3.6+, Python 2 will be not supported soon, if you're using Python 2, please switch to Python 3. Those non-programming exercises are not excluded, more exercises will be added in the future.

       More python algorithms can be found in here

       To excute doctest test cases in modules. Please run python -m doctest -v module_x_y.py.