DevFixes
About Us
Trending
Popular
Contact
All depth-first-search Questions
Python Trouble with matrix pathfinding (DFS)
leetcode - when a var is passd to a func and changes are made to the that var inside that func, but isnt returnd back. the changes are still retained
Let G=(V, E) directed graph. Let v be a vertex in G, find the number of vertices that take part in non-simple directed paths to v
2101. Detonate the Maximum Bombs, why is one code optimized than another
Hi could someone please help, I have written code for detecting a cycle using DFS for directed graph in C, but it doesn't show correct output
Remove nodes with dead end from path taken by Depth first search
Nested Functions Aren't Running
Find all connected components and their sizes in a graph
Find All Paths in a Directed Graph from a Source (No Destination)
Why only I think the Time Complexity of Leetcode "133. Clone Graph" is O(E) instead of O(V+E)
Depth-first search how it decides to visit node
How to Approach/code this question :Special edge?
Trying to solve "Longest Increasing Path in a Grid" of Leetcode using DFS with C++ but RTE
Recursively DFS print a nested list
Finding shortest path in presence of hidden obstacles
Can we implement "White, Gray, Black" DFS with stack instead of using recursive call
no back edges in topological ordering of DAGs
Find the latest file name in a tree using Ruby Find
How to adapt a DFS algorithm to find all the shortest paths?
How to properly backtrack distances in a weighted directed graph?
Leetcode Number of Closed Islands Question (Python)
DFS on a graph specified with edges as list of tuples
Calculate time copmplexity of the program with DFS algorithm running in a loop in Python
Are DFS and BFS interchangeable?
LeetCode: Diameter of a binary tree
Finding connected components in a DYNAMIC Graph
How do I find every path which creates a simple cycle in graph