InterviewDB Question

Dropbox SWE Phone - File Crawler (Graph/BFS)

Question Details

Problem

Crawl a file system directory tree, collecting and processing files using BFS or DFS traversal.

Likely LeetCode equivalent

None identified with high confidence.

Tags

coding, graph, bfs, file_system, phone

Full Details

Problem

Crawl a file system directory tree, collecting and processing files using BFS or DFS traversal.

Likely LeetCode equivalent

None identified with high confidence.

Tags

coding, graph, bfs, file_system, phone

Free preview. Unlock all questions →

Topics

Coding Onsite Phone