Following codes are used for Big Data Assignment 2: Given the Google web graph: http://snap.stanford.edu/data/web-Google.html File Format: Three modes are written in this script: Graph Mode: Use NetworkX and Graph to connect all nodes and edges. (Fastest and recommended, also default mode) Matrix Mode: Textbook method, convert all nodes and edges to the Stochastic matrix,… Read more Page Rank Algorithm