Houman's Digital Garden 🌱
Search
Search
Dark mode
Light mode
Explorer
Algorithms
Fundamentals
Binary Exponentiation
Check if a number is a prime
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
Deadlock
Pub-sub Messaging
Data Structures
Binary Indexed Tree
Data Structures Content Page
Disjoint Set (Union Find)
Monotonic Stack
Segment Tree
Trie
XOR Trie
Database
Normalisation
Boyce-Codd Normal Form (BCNF)
Functional Dependencies
Third Normal Form (3NF)
Database Index
Different types of Databases
pgSQL Control Structures
Relational Algebra
SQL Basics
SQL Triggers
Stored Procedure
Golang
Go Concurrency Notes
GPT Prompting
Useful Prompting Techniques
Networking
Bidirectional Protocols
HTTP Versions Overview
OS
Coroutine
Process
Threads
System Design
How to Handle High QPS
Instagram
Home
❯
tags
❯
Tag: algorithms
Tag: algorithms
22 items with this tag.
Jun 15, 2025
Binary Lifting
algorithms
lca
May 25, 2025
Check if a number is a prime
algorithms
math
prime-numbers
May 07, 2025
9 Different Types of 0/1 Knapsack
algorithms
dynamic-programming
knapsack
May 07, 2025
Algorithms Content Page
algorithms
May 07, 2025
Binary Search
algorithms
binary-search
search
May 07, 2025
Digit DP
algorithms
dynamic-programming
May 07, 2025
Dynamic Programming
algorithms
dynamic-programming
May 07, 2025
Binary Exponentiation
algorithms
math
May 07, 2025
Euclidean Algorithm
algorithms
math
gcd
lcm
May 07, 2025
Find all prime factors of a given number
algorithms
math
prime-factors
May 07, 2025
Sieve of Eratosthenes
algorithms
math
prime-numbers
May 07, 2025
Bellman-Ford Algorithm
algorithms
graph
bellman-ford
May 07, 2025
Dijkstra's Algorithm
algorithms
graph
May 07, 2025
Floyd-Warshall Algorithm
algorithms
graph
May 07, 2025
Introduction to Graph Theory
algorithms
graph-theory
graph
May 07, 2025
Is Graph Bipartite?
algorithms
graph
May 07, 2025
Kosaraju's Algorithm for Strongly Connected Components
algorithms
graph
strongly-connected-components
topological-sort
May 07, 2025
Kruskal's Algorithm
algorithms
graph
spanning-tree
May 07, 2025
Topological Sorting in Directed Acyclic Graphs (DAG)
algorithms
graph-theory
topological-sort
May 07, 2025
Principle of Inclusion - Exclusion
math
algorithms
May 07, 2025
Rabin-Karp Algorithm
algorithms
string
hashing
May 07, 2025
Ternary Search
algorithms
search
ternary-search