TonyGnk / Node-Odyssey

An interactive problem-solving app that visualizes solutions using powerful algorithms

Home Page:https://tonygnk.github.io/Node-Odyssey/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚑ Node Odyssey

🌟 Overview

This Flutter app is designed to tackle problems through advanced algorithms, employing techniques like Breadth-First Search, Depth-First Search, Best First, and A*. It provides a versatile solution by taking a starting value, a target value, and allowing users to select the algorithm that best suits their needs.

πŸ“„ Functionality

The core functionality revolves around exploring a path from the specified starting value to the target value. The app supports a variety of algorithms, each offering a unique approach to problem-solving. The allowed calculations include addition (+1), subtraction (-1), multiplication (*2), division (/2), and exponentiation (^2). This ensures flexibility in addressing different scenarios.

πŸͺ„ Graphical User Interface (GUI)

One of the standout features of this app is its intuitive Graphical User Interface (GUI). The GUI provides a visually appealing representation of the progress made by each algorithm during the search process. Users can observe and analyze the algorithm's steps, gaining insights into its decision-making process.

✨ Featuress

  • Algorithm Selection: Choose from a range of algorithms, including Breadth-First Search, Depth-First Search, Best First, and A*.
  • Input Flexibility: Input a starting value and a target value, allowing for a customizable problem-solving experience.
  • Allowed Calculations: Define the rules of the exploration with permitted calculations (+1, -1, *2, /2, ^2).
  • Visual Progress: The GUI visually illustrates the algorithm's progress, enhancing user understanding.

βš™οΈ Supported Algorithms

  • Breadth-First Search
  • Depth-First Search
  • Best First
  • A*

🀝 Contributing

Contributions are welcome! If you'd like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature.
  2. Make your changes and ensure they are well-tested.
  3. Submit a pull request describing your changes and their purpose.

πŸ“„ License

This project is licensed under the MIT License.

About

An interactive problem-solving app that visualizes solutions using powerful algorithms

https://tonygnk.github.io/Node-Odyssey/

License:MIT License


Languages

Language:Dart 89.8%Language:C++ 5.1%Language:CMake 3.9%Language:Swift 0.5%Language:HTML 0.4%Language:C 0.3%Language:Kotlin 0.0%Language:Objective-C 0.0%