An open API service indexing awesome lists of open source software.

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

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