Member-only story
This page is a table of contents for the articles I’ve written on interview questions, and how to solve them. I will be periodically updating this page over time.
Be sure to check out my general guide on FAANG interview preparation.
Interview Questions and Solutions
Arrays
Integers
Strings
- Decrypt Message (PRAMP)
- Partition Labels
- Leetcode #796. Rotate Strings
Searching
BFS
Matrices
Sorting
- Merge two sorted lists
- Leetcode #88 — Merge two sorted arrays
- Leetcode #283 — Move Zeroes
Lists
- LeetCode #2 — Add Two Numbers
- toString() method for trees
Hashmaps
Trees
- Leetcode #572 — Subtree of Another Tree