- set up GIThub account
- copied files to folder Mwagh
- git add 'PageRank.cpp'
- git commit --m 'adding new'
- git add 'AVLtree.cpp'
- git commit --m'adding new'
- g++ AVLtree.cpp
- ./a.out
- Enter input [look at AVLREADME] and check output
- g++ PageRank.cpp
- .a/.out
- Enter input [look at PageRankREADME] and check output
- git push origin master
- git rm AVLtree.cpp [My code is due on Tuesday, and if someone else sees the code and copies, I could be caught for plagiarism]
- git pull
- git push origin master