Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 952 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 952 Bytes

Backtracking Algorithms Android App

An open-source Android application that implements various backtracking algorithms in Kotlin.

Features

  • User-friendly interface for inputting problem information
  • Implements algorithms for various problems such as the n-queens problem, Sudoku solver, and the traveling salesman problem
  • Option to visualize the steps of the algorithm in solving the problem
  • Can be used by students, computer scientists, and mathematicians alike

Getting Started

  1. Clone the repository: git clone https://github.com/cucerdariancatalin/BacktrackingAlgorithms.git
  2. Open the project in Android Studio
  3. Build and run the app on an emulator or physical device

Contributing

We welcome contributions to the project. If you want to contribute, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See LICENSE for details.