- This is a simple Seacrh Engine Algortihm program
- The code is self explainatory
- Data structure used to store the pages is a hashmap where url of the page is the key and it's html content is the value
- The program is developed as a part of Udacity : Intro To Computer Science Coursework