Skip to content

Commit

Permalink
Detect cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Jan 9, 2022
1 parent 3c7ff80 commit 24d51e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/detect-cycle/detectDirectedCycle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import depthFirstSearch from '../depth-first-search/depthFirstSearch';
import depthFirstSearch from '../depth-first-search/depthFirstSearch.js';

/**
* Detect cycle in directed graph using Depth First Search.
Expand Down

0 comments on commit 24d51e8

Please sign in to comment.