top of page
Samvar Shah
Jan 152 min read
Understanding Segment Tree Basics
Segment Tree- querying and updating
33 views0 comments
Samvar Shah
Jan 12 min read
DFS Visualizer- How does it work?
Understand the DFS process. Input your own graph and visualize DFS traversal.
25 views0 comments
Samvar Shah
Dec 22, 20241 min read
Dijkstra's Algorithm and Visualizer
Visualizer for Dijkstra's Algorithm that shows how it works step-by-step
63 views0 comments
Samvar Shah
Dec 10, 20241 min read
Kruskal's Algorithm Visualizer: How It Works
Kruskal's Algorithm (with Visualizer) used to find MST
27 views0 comments
Samvar Shah
Nov 22, 20243 min read
How to recognize DP patterns in coding problems
Recognizing DP Patterns, Base Cases, Edge Cases
20 views0 comments
Samvar Shah
Nov 16, 20244 min read
How to Define DP States
A helpful guide to define Dynamic Programming States
25 views1 comment
Samvar Shah
Nov 14, 20243 min read
Dynamic Programming: Understanding the Basics
DP basics: Optimal Substructure, Overlapping Subproblems, Recursive approach vs Efficient DP approach
50 views2 comments
Samvar Shah
Oct 21, 20243 min read
Quick Sort: A Deep Dive
Visualizing step by step, how Quick Sort algorithm arranges data
23 views1 comment
Samvar Shah
Sep 27, 20242 min read
Sorting Algorithms: Hybrid, Comparison and Non-Comparison
A quick look at Selection sort, Insertion sort, Tim Sort, Bucket Sort and other sorting algorithms
13 views0 comments
Samvar Shah
Sep 17, 20241 min read
Bubble Sort: A Deep Dive Part 2
Continuing from Part 1 of the post on Bubble Sort, here is a visualizer that helps us see how bubble sorting is carried out. Click on...
12 views1 comment
Samvar Shah
Sep 11, 20242 min read
Bubble Sort: A Deep Dive Part 1
How does Bubble Sort algorithm work - a step-by-step process view.
12 views1 comment
Samvar Shah
Aug 30, 20243 min read
Algorithms: Types and Examples
In this post, we’ll explore various types of algorithms, their characteristics, and their use cases. 1. Sorting Algorithms Sorting...
47 views0 comments
Samvar Shah
Aug 27, 20243 min read
Data Structures: A Quick Guide
Types of Data Structures and associated time and space complexities.
23 views1 comment
bottom of page