News

The course provides a review of data structures such as stacks, trees, graphs, hash tables and priority queues, as well as algorithms for sorting, searching, insertion, and so on. Various ...
This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra ...
A curated collection of classic algorithm implementations with clear structure, covering dynamic programming, greedy, graph, and divide & conquer techniques.