mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 14:10:46 +01:00
Hadrons: fix in topological sort algorithm name
This commit is contained in:
parent
6f090e22c0
commit
bb195607ab
@ -420,7 +420,7 @@ std::vector<Graph<T>> Graph<T>::getConnectedComponents(void) const
|
||||
return res;
|
||||
}
|
||||
|
||||
// topological sort using Kahn's algorithm
|
||||
// topological sort using Tarjan's algorithm
|
||||
template <typename T>
|
||||
std::stack<T> Graph<T>::topoSort(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user