CSE221: Algorithms
Undergraduate Course, CSE Department, BRAC University, 2025
This course digs deep into analysing time and space complexities of algorithms, and introduces some classic algorithms of computer science involving
- sorting
- searching
- greedy algorithms
- dynamic programming
- graph algorithms