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
❯
tags
❯
Tag: math
Tag: math
6 items with this tag.
Nov 14, 2023
Principle of Inclusion - Exclusion
math
algorithms
Oct 22, 2023
Binary Exponentiation
algorithms
math
Oct 22, 2023
Euclidean Algorithm
algorithms
math
gcd
lcm
Oct 22, 2023
Find all prime factors of a given number
algorithms
math
prime-factors
Oct 22, 2023
Sieve of Eratosthenes
algorithms
math
prime-numbers
Oct 22, 2023
Combinatorics
math
combinatorics