Syborg icon indicating copy to clipboard operation
Syborg copied to clipboard

Implement Depth first search traversal algorithm to search for unique domains

Open MilindPurswani opened this issue 5 years ago • 0 comments

Hello,

Currently Syborg relies on Queue DS for traversing through subdomains. The results are based on BFS. However, we should probably also add a stack based implementation that can go deeper in much less time with DFS probably?

MilindPurswani avatar Oct 03 '19 06:10 MilindPurswani