Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tatsuyafujisaki/hopcroft-karp
- Owner: tatsuyafujisaki
- Created: 2016-05-04T22:18:53.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T12:57:42.000Z (almost 4 years ago)
- Last Synced: 2024-12-08T21:55:44.495Z (28 days ago)
- Topics: csharp, hopcroft-karp
- Language: C#
- Size: 10.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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