https://github.com/dcai/introduction-to-algorithms
This repository contains C code to implement algorithms teached in Introduction to Algorithms.
https://github.com/dcai/introduction-to-algorithms
Last synced: 6 days ago
JSON representation
This repository contains C code to implement algorithms teached in Introduction to Algorithms.
- Host: GitHub
- URL: https://github.com/dcai/introduction-to-algorithms
- Owner: dcai
- Created: 2012-02-24T13:56:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-10T16:45:38.000Z (over 14 years ago)
- Last Synced: 2024-04-15T01:57:34.766Z (about 2 years ago)
- Language: C
- Homepage: http://mitpress.mit.edu/algorithms/
- Size: 96.7 KB
- Stars: 5
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction to Algorithms
This repository contains C code to implement algorithms teached in Introduction to Algorithms.
## Copyright
All code is in GPL v3, feel free to fork it.
## Author
[Dongsheng Cai](http://dongsheng.org)