DRW Interview Question

You were told to use either Java, Python or another one I forget. There were 3 questions in total, one was basically traversing a binary search tree, another was a DP graph problem, and the last question required you to modify some code with a few constraints.

Interview Answer

Anonymous

Feb 11, 2024

Solved two of the three questions, had trouble running the DP graph problem, even tried running it in VSCode and it gave the expected results but wasn't passing on the OA platform (same Python version was used).