Question d’entretien chez Jerry

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.

Réponse à la question d'entretien

Utilisateur anonyme

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