This project builds a citation network of scientific papers using data from Google Scholar via SerpAPI. It constructs a directed graph where nodes represent papers and edges represent citation ...
Graph Theory ├── Adjacency List Representation ├── Weighted Edges (Distance, Time, Cost) ├── Directed vs Undirected Graphs ├── Connected Components └── Graph Traversal Algorithms ├── Dijkstra's ...