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
Find all Cycles in the Directed Graph including back edges
Apr 20, 2026
java
algorithm
graph
graph-theory
depth-first-search
Kahn's algorithm vs DFS for course schedule leetcode
Apr 20, 2026
algorithm
data-structures
graph
depth-first-search
breadth-first-search
How to count all occurrences of a word in a character matrix?
Apr 13, 2026
java
algorithm
matrix
depth-first-search
word-count
How does Prolog "redo" search when backtracking
Apr 10, 2026
prolog
depth-first-search
backtracking
Why BFS to get shortest path?
Apr 10, 2026
graph-algorithm
shortest-path
breadth-first-search
depth-first-search
what are root cut nodes,bridge cut nodes, parent cut nodes in finding the aritculation vertices?
Mar 30, 2026
graph
depth-first-search
How to make Prolog depth-first-search algorithm go deeper into the tree? (Applied to Sokoban)
Mar 27, 2026
prolog
depth-first-search
backtracking
dfs algorithms uses queue?
Mar 22, 2026
c++
graph
depth-first-search
What if I do not use G transpose in calculating Strongly Connected Components?
Mar 20, 2026
algorithm
data-structures
graph-theory
depth-first-search
directed-graph
Complexity of finding all simple paths using depth first search?
Mar 17, 2026
algorithm
graph
big-o
depth-first-search
How to search a file system efficiently (algorithm-wise)?
Mar 15, 2026
language-agnostic
filesystems
depth-first-search
breadth-first-search
iterative-deepening
Can we algorithmically find expected hitting time for 2D random walk without simulating/approximating?
Mar 15, 2026
algorithm
dynamic-programming
depth-first-search
random-walk
.NET Performance: Deep Recursion vs Queue
Mar 12, 2026
.net
algorithm
performance
depth-first-search
detect cycle in directed graph with non-recursive dfs
Mar 09, 2026
c++
algorithm
graph-theory
depth-first-search
How to optimise the solution to not get memory limit exceeded error or what might be getting me the error?
Mar 05, 2026
python
algorithm
optimization
depth-first-search
String representation of a tree (nodes) data structure with paths from left to right
Mar 06, 2026
algorithm
tree
string-formatting
depth-first-search
breadth-first-search
Does this python code employs Depth First Search (DFS) for finding all paths?
Mar 03, 2026
python
graph-theory
depth-first-search
Older Entries »