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

https://github.com/jsbean/data-structures-algorithms

sundry data structures and algorithms from faraway lands
https://github.com/jsbean/data-structures-algorithms

Last synced: over 1 year ago
JSON representation

sundry data structures and algorithms from faraway lands

Awesome Lists containing this project

README

          

# Data-Structures-Algorithms

Sundry data structures and algorithms from faraway lands, implemented in C++ and Swift.

Sort of a playground/sandbox as I work through some algorithms textbooks.

## List of Implementations

Name (Book) [Langs]

Rod Cutting Algorithm (CLRS) [C++]

Matrix Chain Ordering Algorithm (CLRS) [C++, Swift]