From 25249b5e1e240533064015e47414ba818e4efab0 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sat, 4 Jul 2026 17:08:52 +0100 Subject: [PATCH] Edit resources --- documents/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/resources.md b/documents/resources.md index 28ace1a..d0c39b7 100644 --- a/documents/resources.md +++ b/documents/resources.md @@ -5,4 +5,4 @@ - [Kahn's Algorithm Explained with Code & Examples](https://dev.to/rui_jiang/kahns-algorithm-for-topological-sorting-explained-with-code-examples-2if5) - [Understanding Kahn's Algorithm for Topological Sorting](https://blog.devgenius.io/dsa-kahns-algorithm-for-topological-sorting-33c8587985a1) - [Detect a Cycle in Directed Graph](https://takeuforward.org/data-structure/detect-a-cycle-in-directed-graph-topological-sort-kahns-algorithm-g-23) -- [LeetCode's Kahn's Algorithm](https://leetcodethehardway.com/tutorials/graph-theory/kahns-algorithm) +- [Kahn's Algorithm](https://leetcodethehardway.com/tutorials/graph-theory/kahns-algorithm)