Searched refs:zeroVerts (Results 1 – 1 of 1) sorted by relevance
109 Stack<V> zeroVerts = new Stack<V>(); in topSort() local112 zeroVerts.push(v); in topSort()117 while (!zeroVerts.isEmpty()) { in topSort()119 V v = zeroVerts.pop(); in topSort()127 zeroVerts.push(neighbor); in topSort()