An open-source Android application that implements various pattern matching algorithms in Kotlin.
- User-friendly interface for inputting text and search patterns
- Implements algorithms such as Knuth-Morris-Pratt, Rabin-Karp, and regular expression matching
- Option to compare the performance of the algorithms with different text and pattern inputs
- Can be used by students, computer scientists, and software engineers alike
- Clone the repository:
git clone https://github.com/cucerdariancatalin/PatternMatchingAlgorithms.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.