Software Engineering KB
Search
Search
Dark mode
Light mode
Explorer
Home
❯
01 Foundations
❯
01 Algorithms
❯
01 Concept
Folder: 01-Foundations/01-Algorithms/01-Concept
30 items under this folder.
Feb 10, 2026
Analysis
algorithms
sorting
analysis
Feb 10, 2026
Backtracking
algorithms
backtracking
Feb 10, 2026
Binary Search
algorithms
searching
binary-search
Feb 10, 2026
Bitmask DP
algorithms
dynamic-programming
bitmask-dp
Feb 10, 2026
Classic Problems (DP)
algorithms
dynamic-programming
classic-problems
Feb 10, 2026
Classic Problems (Greedy)
algorithms
greedy
classic-problems
Feb 10, 2026
Comparison-Based
algorithms
sorting
comparison-based
Feb 10, 2026
Core Concept (Greedy)
algorithms
greedy
core-concept
Feb 10, 2026
Core Concepts (DP)
algorithms
dynamic-programming
core-concepts
Feb 10, 2026
Cycle Detection
algorithms
graph-algorithms
cycle-detection
Feb 10, 2026
Divide and Conquer
algorithms
divide-and-conquer
Feb 10, 2026
Edit Distance
algorithms
string-algorithms
edit-distance
Feb 10, 2026
Hybrid
algorithms
sorting
hybrid
Feb 10, 2026
HyperLogLog
algorithms
randomized
hyperloglog
Feb 10, 2026
Interpolation Search
algorithms
searching
interpolation-search
Feb 10, 2026
Las Vegas
algorithms
randomized
las-vegas
Feb 10, 2026
Linear Search
algorithms
searching
linear-search
Feb 10, 2026
Minimum Spanning Tree
algorithms
graph-algorithms
minimum-spanning-tree
Feb 10, 2026
Monte Carlo
algorithms
randomized
monte-carlo
Feb 10, 2026
Network Flow
algorithms
graph-algorithms
network-flow
Feb 10, 2026
Non-Comparison
algorithms
sorting
non-comparison
Feb 10, 2026
On Trees
algorithms
dynamic-programming
tree-dp
Feb 10, 2026
Pattern Matching
algorithms
string-algorithms
pattern-matching
Feb 10, 2026
Recursion Patterns
algorithms
recursion
patterns
Feb 10, 2026
Reservoir Sampling
algorithms
randomized
reservoir-sampling
Feb 10, 2026
Shortest Path
algorithms
graph-algorithms
shortest-path
Feb 10, 2026
Strongly Connected Components
algorithms
graph-algorithms
strongly-connected-components
Feb 10, 2026
Suffix Structures
algorithms
string-algorithms
suffix-structures
Feb 10, 2026
Ternary Search
algorithms
searching
ternary-search
Feb 10, 2026
Traversal
algorithms
graph-algorithms
traversal