*Given the above idea, we have built 2 following algorithms to find all internal links of a web page with 2 given user inputs: homepage url and depth
'''''Breadth-First Search(BFS)approach''''':
we examine all pages(nodes) at the same depth before going down to the next depth.