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
Using boost::depth_first_search with Visitor
Dec 18, 2025
c++
boost
depth-first-search
boost-graph
Trying to fix 3D mesh normals
Dec 14, 2025
algorithm
graphics
mesh
depth-first-search
normals
All simple paths in Multigraph (Depth First Traversal)
Dec 11, 2025
java
graph-theory
depth-first-search
sort predicate to have nodes sorted in Depth First Search order
Dec 08, 2025
algorithm
sorting
tree
predicate
depth-first-search
How can I efficiently parallelize and optimize a large-scale graph traversal algorithm in Python to handle millions of nodes?
Dec 09, 2025
python
depth-first-search
breadth-first-search
What's time complexity of this algorithm for solving Sudoku?
Dec 07, 2025
c++
algorithm
big-o
depth-first-search
sudoku
Python Depth First Search with Dict
Dec 06, 2025
python
algorithm
search
graph
depth-first-search
How to backtrack when using a iterative DFS implemented via a stack
Dec 04, 2025
python
algorithm
stack
depth-first-search
Using BFS to find number of possible paths for an object on a grid
Dec 04, 2025
java
depth-first-search
breadth-first-search
Difference between Tree Edges and Forward Edges
Nov 16, 2025
tree
graph-algorithm
depth-first-search
graph-traversal
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
Older Entries »