Optum interview question

Data structure for finding all files under a drive

Interview Answers

Anonymous

1 Aug 2019

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

Anonymous

26 Apr 2020

you can use BFS.