Programming Question

Question: What is the best data structure for maintaining URLs that have been visited by a Web crawler? Give an algorithm to test whether a given URL has already been visited, optimizing both space and time.

From: Algorithm Design Manual [Skiena]

Subject: Data Structures

Load Another Question


Select a Subject