Skip to content

The Graph is a fast random graph creator according to user input. The program creates every branch in parallel using multithreading and logs data to JSON file using singleton pattern. Following the creation, it parses the data about the graph and draws it. Dijkstra’s shortest path and most efficient path algorithms are also realized in the program.

License

Notifications You must be signed in to change notification settings

AxoyTO/TheGraph

Repository files navigation

About

The Graph is a fast random graph creator according to user input. The program creates every branch in parallel using multithreading and logs data to JSON file using singleton pattern. Following the creation, it parses the data about the graph and draws it. Dijkstra’s shortest path and most efficient path algorithms are also realized in the program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages