top of page


Leetcode #102 - Binary Tree Level Order Traversal : Breadth First Search pattern
Learn level order traversal, a BFS application for binary trees. Explore its algorithm, time/space complexity, and a related problem!

Abhishek Mehta
Dec 14, 20245 min read
89 views
0 comments


Introduction to Memoization in Dynamic Programming with Fibonacci Numbers
Master Dynamic Programming with memoization! Learn recurrence relations through Fibonacci and apply DP to solve complex problems efficiently

Abhishek Mehta
Nov 18, 20244 min read
332 views
0 comments


LeetCode Speedruns: Mastering Efficiency in Problem Solving
Introduction In the fast-paced world of coding competitions and technical interviews, speed is crucial. With companies expecting swift...

Abhishek Mehta
Sep 22, 20244 min read
62 views
0 comments


Implementing a stack using global variables
Learn how to implement stacks using global variables.

Abhishek Mehta
Jul 26, 202413 min read
37 views
0 comments


Understanding Binary Search Algorithm in Python
Discover the magic of binary search in Python!

Abhishek Mehta
Jul 16, 20248 min read
82 views
0 comments


Mastering the Sliding Window Technique in Python
Sliding window technique in Python for efficient subarray problem-solving.

Abhishek Mehta
Jun 23, 202412 min read
1,337 views
0 comments


Mastering Leetcode: Step-by-Step Guide to Solving Permutations Problem
Permutation is a classic interview question.

Abhishek Mehta
Jun 22, 20245 min read
194 views
0 comments
bottom of page