Skip to content

Commit

Permalink
Merge pull request #129 from himanshudas75/109
Browse files Browse the repository at this point in the history
Updated link for DFS and cycle in directed graph
  • Loading branch information
AsishRaju authored Jun 16, 2022
2 parents eeda53c + ac9c773 commit c4b4b0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 450DSA.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,13 +1990,13 @@
"Topic:": "Graph",
"Problem: ": "Implement DFS Algo ",
"Done": "<->",
"URL": "https://www.geeksforgeeks.org/depth-first-search-or-dfs-for-a-graph/"
"URL": "https://practice.geeksforgeeks.org/problems/depth-first-traversal-for-a-graph/1"
},
{
"Topic:": "Graph",
"Problem: ": "Detect Cycle in Directed Graph using BFS/DFS Algo ",
"Done": "<->",
"URL": "https://www.geeksforgeeks.org/detect-cycle-in-a-graph/"
"URL": "https://practice.geeksforgeeks.org/problems/detect-cycle-in-a-directed-graph/1"
},
{
"Topic:": "Graph",
Expand Down
6 changes: 3 additions & 3 deletions src/450DSAFinal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2747,15 +2747,15 @@ export default [
Done: false,
Bookmark: false,
Notes: "",
URL: "https://www.geeksforgeeks.org/depth-first-search-or-dfs-for-a-graph/",
URL: "https://practice.geeksforgeeks.org/problems/depth-first-traversal-for-a-graph/1",
},
{
Topic: "Graph",
Problem: "Detect Cycle in Directed Graph using BFS/DFS Algo ",
Done: false,
Bookmark: false,
Notes: "",
URL: "https://practice.geeksforgeeks.org/problems/detect-cycle-in-a-directed-graph/1/",
URL: "https://practice.geeksforgeeks.org/problems/detect-cycle-in-a-directed-graph/1",
},
{
Topic: "Graph",
Expand Down Expand Up @@ -3704,4 +3704,4 @@ export default [
],
},
];
export const version = 100000017;
export const version = 100000018;

1 comment on commit c4b4b0f

@vercel
Copy link

@vercel vercel bot commented on c4b4b0f Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.