A collection of coding interview problems and solutions, organized by topic and implemented in multiple languages (Python, Java).
This repo is both a personal study resource and a reference for anyone preparing for coding interviews.
- algorithms/ – sorting, binary-search etc.
- bit-manipulation/ – bitwise tricks and problems.
- cracking-coding-interview-problems/ – solutions to Cracking the Coding Interview.
- data-structures/ – stacks, queues, linked lists, trees, etc.
- matrix/ – grid and matrix-based problems.
- sliding-window/ – sliding window pattern problems.