Syborg
Syborg copied to clipboard
Implement Depth first search traversal algorithm to search for unique domains
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?