Interview questions and their answers¶
Top K questions summary (using heap)¶
https://github.com/kjingers/Grokking-Notes/wiki/Top-K-Elements#kth-largest-number-in-a-stream
System design¶
- https://leetcode.com/discuss/career/229177/my-system-design-template
- https://github.com/codewithsenpai/algos/wiki/**System-Design
- web crawler in Go: https://go.dev/tour/concurrency/10
- MIT 6.824: https://pdos.csail.mit.edu/6.824/schedule.html
Web crawler¶
Last update:
March 31, 2022