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.