Houman's Digital Garden 🌱
Search
Search
Dark mode
Light mode
Explorer
Algorithms
Fundamentals
Binary Exponentiation
Euclidean Algorithm
Find all prime factors of a given number
Sieve of Eratosthenes
Graph Theory
Bellman-Ford Algorithm
Dijkstra's Algorithm
Floyd-Warshall Algorithm
Introduction to Graph Theory
Is Graph Bipartite?
Kosaraju's Algorithm for Strongly Connected Components
Kruskal's Algorithm
Topological Sorting in Directed Acyclic Graphs (DAG)
Math
Combinatorics
Principle of Inclusion - Exclusion
String Algorithm
Rabin-Karp Algorithm
9 Different Types of 0/1 Knapsack
Algorithms Content Page
Binary Lifting
Binary Search
Digit DP
Dynamic Programming
Ternary Search
Backend
Database
SQL Basics
Deadlock
Pub-sub Messaging
Data Structures
Binary Indexed Tree
Data Structures Content Page
Disjoint Set (Union Find)
Monotonic Stack
Segment Tree
Trie
XOR Trie
GPT Prompting
Useful Prompting Techniques
System Design
Instagram
Home
❯
Data Structures
Folder: Data-Structures
7 items under this folder.
Jan 05, 2025
Disjoint Set (Union Find)
data-structures
union-find
graph
Jan 04, 2025
Data Structures Content Page
data-structures
Dec 01, 2023
Monotonic Stack
data-structures
stack
Nov 13, 2023
Trie
data-structures
trie
tree
Nov 13, 2023
XOR Trie
data-structures
trie
xor
Oct 30, 2023
Binary Indexed Tree
data-structures
tree
range-query
Oct 30, 2023
Segment Tree
data-structures
range-queries
tree