From c2990890deead935ab13e69023be7b722f8e8375 Mon Sep 17 00:00:00 2001 From: Siena A Biales Date: Sat, 2 Jul 2016 10:24:57 -0400 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad46528 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# CSE3504-Project-2 +Implementing Google's PageRank algorithm (Python) +Simply run "pagerank2.py" and it outputs the correct page ranking to "ranking.txt"