Changes

Jump to navigation Jump to search
[[File:WebPageTree.png|900px]]
We treat each internal page as a tree node. Each node can have multiple children. Taking the above picture as an example, the homepage is the first tree node that we will be given as an input, and this treed node has 4 children: page 1, page 2, page 3, and page 4 *Breadth-First Search(BFS )approach:examine all pages at the same depth before going down to the next depth.
E:\projects\listing page identifier\Internal_Link\Internal_url_BFS.py
*Depth-First Search (DFS ) approach: examine
E:\projects\listing page identifier\Internal_Link\Internal_url_DFS.py
====Web Page Screenshot Tool (IN PROGRESS)====
 
E:\projects\listing page identifier\screen_shot\screen_shot_tool.py
227

edits

Navigation menu