Question

Write a program that implements and displays the Page Rank score for each node in an arbitrary

web graph after a given number of iterations. Your program should first prompt for and input x

and k, where x is the probability that a teleport will occur, and k is the number of iterations of the

Page Rank algorithm that your program will run.

Question image 1