Hi, There are still items in the queue that need to be processed. Line 82 and 109 need to be changed to a "continue", not a "return" https://github.com/Nazanin1369/Algorithm.js/blob/6525e121aed8d5d39e91dfee7a88869c56fe6365/src/datastructures/graph.js#L109 You can test the DFS by starting at 'H'
Hi, There are still items in the queue that need to be processed.
Line 82 and 109 need to be changed to a "continue", not a "return"
Algorithm.js/src/datastructures/graph.js
Line 109 in 6525e12
You can test the DFS by starting at 'H'