Optum Interview Question

Data structure for finding all files under a drive

Interview Answers

Anonymous

Aug 1, 2019

you need to answer that recursive pattern to be used to find the answer

Anonymous

Apr 26, 2020

you can use BFS.