We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf5d8d commit c278ed0Copy full SHA for c278ed0
algorithm/category.json
@@ -37,6 +37,7 @@
37
"bfs": "BFS",
38
"bridges": "Find-Bridges",
39
"dfs": "DFS",
40
+ "dls": "Depth-Limited Search",
41
"dijkstra": "Dijkstra",
42
"floyd_warshall": "Floyd-Warshall",
43
"page_rank": "PageRank Algorithm",
0 commit comments