Technical Interviewing Tutorials
Framing
Motivation
Some disclaimers and opinions before we dive into interviewing.
History
A Brief History of Data Structures, Algorithms, and Tech Interviews
Resources
Links and other resources for interview practice.
Telling Your Story
Resumes
Your first chance to make a first impression.
Coding
Fundamentals
Your interviews might include a linked list, but they'll definitely include a for loop.
Complexity
How to measure time and space complexity.
Maps
When in doubt, put it in a HashMap.
Sets
There can be only one.
Recursion
To understand recursion, first understand recursion.
Under Construction!
I’m currently writing these tutorials for a class I’m teaching through fall 2023. Feel free to subscribe to Happy Coding and follow along!
Coming Soon
- Behavioral Interviews
- Nodes and Linked Lists
- Graphs
- Trees
- Matrixes
- System Design