Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in depth-first-search
Determining if a graph has a cycle without using DFS
Oct 30, 2025
algorithm
graph
cycle
depth-first-search
Are recursion and DFS equivalent?
Oct 27, 2025
algorithm
recursion
graph-theory
depth-first-search
Directed Graph: Find special path without backedge
Oct 26, 2025
algorithm
path
geometry
graph-theory
depth-first-search
Mutating a tree while performing a modified DFS without recursion
Oct 26, 2025
rust
tree
depth-first-search
Time complexity for detecting a cycle in a graph
Oct 24, 2025
graph
complexity-theory
depth-first-search
cycle-detection
What's time complexity of this algorithm for finding all Path Sum?
Oct 22, 2025
c++
algorithm
binary-tree
big-o
depth-first-search
Farmer, Wolf, Goat and Cabbage Breadth-first and Depth-first Search in Java
Oct 21, 2025
java
algorithm
depth-first-search
breadth-first-search
river-crossing-puzzle
Is it possible to do a depth first search iteratively without copying visited nodes?
Oct 16, 2025
python
algorithm
graph-theory
depth-first-search
tree-search
Football Guaranteed Relegation/Promotion Algorithm
Oct 17, 2025
algorithm
performance
depth-first-search
Find Path to Specified Node in Binary Tree (Python)
Oct 17, 2025
python
binary-tree
depth-first-search
tree-traversal
How do I add finishing times for iterative depth-first search?
Sep 23, 2025
python
algorithm
graph-theory
depth-first-search
DFS and a stack
Sep 18, 2025
algorithm
graph
depth-first-search
Equivalence of a graph and a BFS and DFS tree
Sep 17, 2025
algorithm
graph
tree
depth-first-search
breadth-first-search
Intuition behind using backtracking (and not DFS)
Sep 12, 2025
c++
algorithm
depth-first-search
backtracking
Depth First Search and Breadth First Search Understanding
Sep 12, 2025
java
algorithm
depth-first-search
breadth-first-search
Addition and += give different results for list (depth first search)
Mar 08, 2023
python
list
depth-first-search
Why is the time complexity of DFS to detect a cycle in an undirected graph O(|V|) and not O(|V| + |E|)?
Mar 06, 2023
algorithm
graph
depth-first-search
How to convert a nested array with parent child relationship to a plain array?
Mar 02, 2023
javascript
arrays
algorithm
tree
depth-first-search
Best and easiest algorithm to search for a vertex on a Graph?
Mar 02, 2023
c
algorithm
graph
breadth-first-search
depth-first-search
Understand JavaScript Recursion and Call Stack in Depth First Traversal
Sep 02, 2025
javascript
recursion
binary-tree
depth-first-search
Older Entries »