Coach note
Coding questions test whether you can carry a problem from a vague spec to a working solution while talking through your decisions. Interviewers watch the process at least as much as the answer.
Coding · Debugging
Here's a function that computes edit distance between two strings using dynamic programming, but it's failing on strings longer than 10,000 characters. Debug it and propose both a memory optimization and a way to handle even larger inputs.
Type your answer
0of ~150 wordsAbout a minute spoken
Voice isn’t supported in this browser — type your answer in the box.
Create a free account to get more critiques.
Your answer appears here as you speak.