powershell-algorithms icon indicating copy to clipboard operation
powershell-algorithms copied to clipboard

Algorithms and data structures implemented in PowerShell with explanations and links to further readings - port of https://github.com/trekhleb/javascript-algorithms

Results 3 powershell-algorithms issues
Sort by recently updated
recently updated
newest added

How would you implement a [CheckCycle](https://github.com/ociaw/dagger/blob/e2d4311eed99203f85c5b092bf8bc5a048da3346/Dagger/Graph.cs#L104) method with the Graph class. If I understand the code correctly, you are using `GraphVertex.value` as they key so duplicate values would make it...

Hello, it seems that the procedure never enters in the "allowTraversal" function. Thus, it loops forever in case of graphs with cycles. I don't know very well PowerShell, however from...