https://github.com/jtpio/algo-toolbox
Algorithm toolbox for recreational programming
https://github.com/jtpio/algo-toolbox
Last synced: over 1 year ago
JSON representation
Algorithm toolbox for recreational programming
- Host: GitHub
- URL: https://github.com/jtpio/algo-toolbox
- Owner: jtpio
- License: mit
- Created: 2015-12-13T21:39:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T17:25:34.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T16:51:19.974Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Algo Toolbox
============
Algorithm toolbox for recreational programming.
Mainly inpired by the [Competitive Programming Book](http://cpbook.net/).
The main purpose of this toolbox is to have an easy-to-use set of functions and modules when there is a fun problem to solve or something to experiment with.
### TODO
- Use unittest module for the tests