Problem was to implement a stack trace given a list of function calls.
Réponses aux questions d'entretien
Utilisateur anonyme
28 oct. 2024
Just curious did this problem include concurrency? They mention to prepare for concurrency
1
Utilisateur anonyme
10 oct. 2024
I chose Python. I noticed a pattern in the list of function calls, and what they meant for the order in which function calls occurred on the stack, but didn't manage to come up with a complete implementation in the 45 minutes allotted.