Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatsuyafujisaki/hopcroft-karp

C# implementation of Hopcroft-Karp algorithm
https://github.com/tatsuyafujisaki/hopcroft-karp

csharp hopcroft-karp

Last synced: 24 days ago
JSON representation

C# implementation of Hopcroft-Karp algorithm

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/dj408y9qe8ldr69s?svg=true)](https://ci.appveyor.com/project/tatsuya/hopcroft-karp)

# A graph used in the program
![Image of Hopcroft–Karp algorithm](https://upload.wikimedia.org/wikipedia/commons/e/ee/HopcroftKarpExample.png)

# References
* https://en.wikipedia.org/wiki/Hopcroft%E2%80%93Karp_algorithm
* https://www.youtube.com/watch?v=lM5eIpF0xjA