/Graph_ToolKit

Complete tool kit to work with graphs

Primary LanguageC++

Graph_ToolKit

This is made with C++ using sfml and win32 api and it is a complete tool kit to work with graphs.
All kinds of graph operations are supported with every type of graph, with lots of customisation options.
There are tools for visualisation of BFS and DFS algorithm on graphs you create. You can even save your current graph as adjacent matrix and load it later. Directly create any graph just by using adjacent matrix.

Create new graphs, work with it, add vertices and edges easily

Change your graph settings as per need.

You can also customize every single property of your graph.

Screenshot