Add something about living coding interview

This commit is contained in:
2022-04-06 13:32:55 +10:00
committed by GitHub
parent c1fe268a7a
commit 31452319b7
+10
View File
@@ -18,6 +18,16 @@
* Keep interation with interviewers, and ask if the answer is good enough, do you want me to dive deeper?
## Live coding
### Steps
* Clarify the inputs and outputs
* Briefly write overall steps
* I will always write a test case before implementing it
* Calculate the Algorithm complexity, O(n)
* Keep talking to the intreviewer and keep interactions
## resources
- [https://github.com/kdn251/interviews](https://github.com/kdn251/interviews)