https://github.com/zhsj/algo
Class Project: Intro to Algorithm
https://github.com/zhsj/algo
Last synced: over 1 year ago
JSON representation
Class Project: Intro to Algorithm
- Host: GitHub
- URL: https://github.com/zhsj/algo
- Owner: zhsj
- Created: 2014-12-27T06:37:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-31T09:38:54.000Z (over 11 years ago)
- Last Synced: 2025-01-06T01:47:32.363Z (over 1 year ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Class Project: Intro to Algorithm
## Sort
* Counting Sort
* Radix Sort
* Insert Sort
* Merge Sort
* Heap Sort
* Quick Sort
## DP
* Longest Common Subsequence
* Matrix Chain Multiplication
## Graph
* Strongly Connected Component
* Johnson’s Algorithm