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

https://github.com/therealmileslee/algorithmcollections

Algorithm Code Collections
https://github.com/therealmileslee/algorithmcollections

divide-and-conquer dynamic-programming graph string-manipulation

Last synced: 2 months ago
JSON representation

Algorithm Code Collections

Awesome Lists containing this project

README

          

# ECS-222A
Algorithm Code for ECS 222A

Currently contains

## Divide and Conquer
- [Selection](Selection-Algorithm.cpp) for divide and conquer
- [Closest Pair](ClostestPair-Algorithm.cpp)

## Dynamic Programming
- [Fibonacci](Fibonacci-Algorithm.cpp)
- [Knapsack](Knapsack-Algorithm.cpp)
- [Pretty Printing](PrettyPrinting-Algorithm.cpp)
- [Rod Cutting](RodCutting-Algorithm.cpp)

## Graph Algorithm
- [Bellman ford](BellmanFord-Algorithm.cpp)

## String Manipulation
- [Shuffle problem](Shuffle-Algorithm.cpp)

The executables for each platforms were in the [Executables](Executables) folder