File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments