A repository with clear and readable implementations of common algorithms and data structures.
src : algorithms and data structures source code
test : test code
cpp : C++ code (being translated to Python)
- O(lg n) Fibonacci sequence number retrieval implementation
PyCharm has proven to be a fantastic IDE which we strongly recommend.
To run all tests using the command line:
$ nosetests
This project is licensed under the BSD 3-Clause license.