Skip to content

Commit a5421b3

Browse files
committed
Fixed Typo
1 parent 9079ea8 commit a5421b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphs/KahnsAlgorithm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Queue from '../Data-Structures/Queue/Queue'
22

33
/**
44
* Author: Abhay Goel
5-
* Implementing Kahns Algortihm for a Directed Graph
5+
* Implementing Kahns Algorithm for a Directed Graph
66
* This algorithm uses the in-degree count of a node to process
77
* It can be used to find Topological ordering , Cycle in a DAG.
88
* Tutorial on Lowest Common Ancestor: [https://www.geeksforgeeks.org/cpp/kahns-algorithm-in-cpp/](https://www.geeksforgeeks.org/cpp/kahns-algorithm-in-cpp/)

0 commit comments

Comments
 (0)