Welcome to My Technical Blog

Exploring algorithms, data structures, and software engineering insights through LeetCode solutions in Python.

169+ Problems Solved
3 Difficulty Levels
20+ Categories

Latest Posts

All Posts

[Medium] 347. Top K Frequent Elements

Difficulty: Medium Category: Array, Hash Table, Heap, Bucket Sort, Quickselect Companies: Amazon, Google, Facebook, Microsoft, Apple
leetcodemediumarrayhash-tableheap

[Medium] 207. Course Schedule

There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, bi] indicates...
leetcodemediumgraphtopological-sortcycle-detection

[Medium] 752. Open the Lock

You have a lock in front of you with 4 circular wheels. Each wheel has 10 slots: '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'. The wheels can...
leetcodemediumbfsshortest-pathlock

Subscribe via RSS to stay updated