top of page
Search
First Unique Character in a String
Finding the first non‑repeating character in a string is a great warm‑up that combines practical string processing with frequency...
Apr 163 min read
Valid Anagram
Today, I’m tackling the Valid Anagram problem, a classic that not only tests basic string manipulation but also real‑world pattern...
Apr 164 min read
Contains Duplicate – A Warm Up
In today’s session, I’m tackling the Contains Duplicate problem, a common warm‑up that helps demonstrate your grasp of array manipulation...
Apr 163 min read
Find the First Non-Repeating Character
Alright, you're in a technical interview and you've just been given the question: “Find the index of the first non-repeating character in...
Apr 104 min read
The Two Sum Problem
The Two Sum Problem  is one of the first stops on our journey. It’s simple enough to focus on thought process, yet rich enough to...
Apr 84 min read
Top Data Structures to Master for Technical Interviews
Data structures are the bread and butter of technical interviews. They’re the tools you use to solve problems efficiently, and knowing...
Mar 173 min read
bottom of page