504 B
504 B
CSE 347
This is a course about fancy algorithms.
Topics include:
- Greedy Algorithms
- Dynamic Programming
- Divide and Conquer
- Maximum Flows
- Reductions
- NP-Complete Problems
- Approximation Algorithms
- Randomized Algorithms
- Online Algorithms
It's hard if you don't know the tricks for solving leetcode problems.
I've been doing leetcode daily problems for almost 2 years when I get into the course.
It's relatively easy for me but I do have a hard time to get every proof right.