/TheGraph

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.

Primary LanguageC++MIT LicenseMIT

Stargazers