Skip to content

Commit 6ca8411

Browse files
Update README.md
1 parent 55fa6b8 commit 6ca8411

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# approximation-algorithmss
1+
# Approximation Algorithms Android App
2+
3+
An open-source Android application that implements various approximation algorithms in Kotlin.
4+
5+
## Features
6+
7+
- User-friendly interface for inputting problem information
8+
- Implements algorithms for various optimization problems such as Vertex Cover, Set Cover, and Traveling Salesman
9+
- Option to compare the approximated solution with the optimal solution
10+
- Can be used by students, computer scientists, and mathematicians alike
11+
12+
## Getting Started
13+
14+
1. Clone the repository: `git clone https://github.com/cucerdariancatalin/ApproximationAlgorithms.git`
15+
2. Open the project in Android Studio
16+
3. Build and run the app on an emulator or physical device
17+
18+
## Contributing
19+
20+
We welcome contributions to the project. If you want to contribute, please fork the repository and submit a pull request with your changes.
21+
22+
## License
23+
24+
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)