Implementation of Google PageRank algorithm for the LA course
pip install numpy
pip install pandas
pip install networkx
pip install matplotlob
two csv files are needed: one with adjacency lists for nodes, and one with nodes and their names
python3 main.py <file_adjacency_lists> <file_node_name>
(running on the smaller dataset for prettier graphs) regular power method: