spbu-coding-2023 / graphs-graphs-12

graphs-graphs-12 created by GitHub Classroom
MIT License
1 stars 0 forks source link

logo

Kotlin 1.9.23 License

Graph Visualizer

Description

The Graph Visualizer provides a graphical user interface for visualizing graphs, analyzing them using a variety of algorithms, and saving the results.

GraphViewPage

Provided algorithms

Basic algorithms

Classical algorithms

Saving graphs

The application provides tools for saving and loading graphs:

Chips and Features

Getting started

To run building application execute command:

# Clone this repo
git clone https://github.com/spbu-coding-2023/graphs-graphs-12.git

# Build
./gradlew build

# Run 
./gradlew run

Some Screenshots

Main Screen Graph Page
MainScreen GraphPage
Settings Create New Graph
Settings CreateNewGraph

Authors

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)