项目作者: lyc0930
项目描述 :
Homework assignments of Introduction of Algorithms (USTC 2019 fall)
高级语言: TeX
项目地址: git://github.com/lyc0930/Algorithms-Homework.git
Algorithms-Homework

Homework assignments of Introduction to Algorithms
2019.9.5
- Insertion Sort
- Linear Search
- Loop Invariants
9.13
- Algorithms Analysis
- Asymptotic Notation
- Solving Recurrences
- Substitution
- Recursion Tree
- Master Method
9.25
10.3
10.17
- Hash Table
- The multiplication method
- Open Addressing
- Linear probing
- Quadratic probing
- Double hashing
- Binary Search Tree
- Red Black Tree
10.3
- Augmenting Data Structures
- Fibonacci Heap
- Data Structures for Disjoint Sets
- Linked-list representation & Weighted-union heuristic
- Online-Judge
11.12
- Dynamic Programming
- DP in Graph
- 0-1 Knapsack
- DP in Tree
- Greedy Algorithms
11.24
- Amortized Analysis
- Aggregate Analysis
- The Accounting Method
- The Potential Method
- DFT & FFT
12.26
- Graph Theory
- Euler Tour
- Bellman-Ford’s Algorithm
- Johnson’s Algorithm
- Ford-Fulkerson’s Algorithm
12.26
- NP-Completeness
- Proof
- The Subgraph-Isomorphism Problem
- The Hamiltonian-Path Problem
- 2-SAT
- Approximation Algorithms
- The Bottleneck Traveling-Salesman Problem
- Maximum Spanning Tree