mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
contents: add Educative
This commit is contained in:
@ -44,7 +44,11 @@ Hashmaps are probably the most commonly used data structure for algorithm questi
|
||||
|
||||
If you are cutting corners in your code, state that out loud to your interviewer and say what you would do in a non-interview setting (no time constraints). E.g., I would write a regex to parse this string rather than using `split()` which may not cover all cases.
|
||||
|
||||
###### References
|
||||
## Algorithm courses
|
||||
|
||||
If you want more structured algorithms practice, I recommend [Educative's Grokking the Coding Interview: Patterns for Coding Questions](https://www.educative.io/courses/grokking-the-coding-interview?aff=x23W) course. This course essentially expands upon the questions here but approaches the practicing from a questions pattern perspective rather than data structures, which is an approach I agree with for learning and getting better at algorithmic problems.
|
||||
|
||||
## References
|
||||
|
||||
- http://blog.triplebyte.com/how-to-pass-a-programming-interview
|
||||
- https://quip.com/q41AA3OmoZbC
|
||||
|
Reference in New Issue
Block a user