An open-source Android application that implements the maximum matching algorithm in Kotlin.
- User-friendly interface for inputting graph information
- Implements the Hopcroft-Karp algorithm for finding maximum matching
- Visual representation of the graph and matching
- Can be used by students, computer scientists, and mathematicians alike
- Clone the repository:
git clone https://github.com/cucerdariancatalin/MaximumMatching.git
- Open the project in Android Studio
- Build and run the app on an emulator or physical device
We welcome contributions to the project. If you want to contribute, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See LICENSE for details.