Give myself three minutes to think about it and come up with some ideas to solve this problem.
Then I’ll start coding based on these ideas, and during the process, I’ll also consider edge cases
verbally explain my solution
That really tests my programming ability and reaction speed.
sorry i didn’t catch that. Could you say that again?
you are on the right track
My overall thinking for this problem is… And I will break the problem down into smaller parts, And I will write the code to implement small functions to deal with these small problems. Finally I will string these together to deal with the entire problem.
first for edge cases such as array length judge and then implement the quick sort or the bubble sort