https://github.com/varugasu/clrs
Algorithms from the Introduction to Algorithms (CLRS) book
https://github.com/varugasu/clrs
algorithms algorithms-and-data-structures clojure clrs data-structures golang python
Last synced: 3 months ago
JSON representation
Algorithms from the Introduction to Algorithms (CLRS) book
- Host: GitHub
- URL: https://github.com/varugasu/clrs
- Owner: varugasu
- License: mit
- Created: 2022-08-18T21:46:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T11:52:14.000Z (about 3 years ago)
- Last Synced: 2024-12-27T06:09:50.294Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, clojure, clrs, data-structures, golang, python
- Language: Clojure
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Algorithms
This repository contains some of the algorithms described in the [Introduction to Algorithms, fourth edition](https://www.amazon.com/Introduction-Algorithms-fourth-Thomas-Cormen-ebook-dp-B09XJBVNQR/dp/B09XJBVNQR/)
I will try to include some of them in multiple programming languages but I will mostly focus on Clojure and Golang