Jerry interview question

Won't be too specific, but JavaScript Takehome. The first technical interview started with some questions on React. The second was a sorting algorithm question. The third was something that could be solved recursively, but I did it more iteratively with a variety of data structures.

Interview Answer

Anonymous

29 Nov 2021

Iterative solution. Could have done better if I prepped with Leetcode, but I'd much rather use my time to build applications. Would look at different sorting algorithms and also brush up on DP.

1