https://github.com/mrtazz/introduction-to-algorithms
Algorithm implementations from the book
https://github.com/mrtazz/introduction-to-algorithms
Last synced: about 1 month ago
JSON representation
Algorithm implementations from the book
- Host: GitHub
- URL: https://github.com/mrtazz/introduction-to-algorithms
- Owner: mrtazz
- License: mit
- Created: 2011-04-05T21:04:39.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-13T13:50:17.000Z (about 15 years ago)
- Last Synced: 2025-08-12T16:36:46.615Z (10 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction to Algorithms
This repository contains the algorithms described in [Introduction to
Algorithms](http://www.amazon.com/Introduction-Algorithms-Second-Thomas-Cormen/dp/0262032937).
This is an ongoing endeavor to implement them (at least) in python and C for
personal learning purposes.
## Contribution
If you like to contribute, fork away and add the algorithm in the language you
like. However I will accept python/C implementations only after I have
implemented it myself, so that I don't miss out on the learning experience.