Status: IN
BFS vs DFS is implemented by flipping the sign of the sequence number in the heapq min-heap — ascending for BFS (FIFO), negated for DFS (LIFO) — not by swapping data structures.
Source: entries/2026/06/05/web-crawler-web_crawler.md
JSON