项目作者: ChangeMyUsername

项目描述 :
Algorithms(4th edition) by Robert Sedgewick and Kevin Wayne exercises in python
高级语言: Python
项目地址: git://github.com/ChangeMyUsername/algorithms-sedgewick-python.git


Python 3.6 Python 3.7 Python 3.8 Python 3.9

algorithms-sedgewick-python

  1. <a href="http://algs4.cs.princeton.edu/home/">Algorthms(4th edition) by Robert Sedgewick and Kevin Wayne</a> 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.
  2. More python algorithms can be found in <a href="http://interactivepython.org/runestone/static/pythonds/index.html">here</a>
  3. To excute doctest test cases in modules. Please run `python -m doctest -v module_x_y.py`.