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
- Host: GitHub
- URL: https://github.com/therealmileslee/algorithmcollections
- Owner: TheRealMilesLee
- License: gpl-3.0
- Created: 2024-04-29T06:18:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-16T01:28:05.000Z (over 1 year ago)
- Last Synced: 2024-12-27T21:37:18.136Z (about 1 year ago)
- Topics: divide-and-conquer, dynamic-programming, graph, string-manipulation
- Language: C++
- Homepage:
- Size: 2.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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