Link-Based Ranking: PageRankExplores link-based ranking with a focus on PageRank algorithm and its practical application in web search engines.
Link IndexingExplores adjacency lists, locality, similarity, and efficient representation in link indexing.
Graph Algorithms: BasicsIntroduces the basics of graph algorithms, covering traversal, representation, and data structures for BFS and DFS.
Graphs: BFSIntroduces elementary graph algorithms, focusing on Breadth-First Search and Depth-First Search.