Skip to content

NeXX451/GraphVisualiser

Repository files navigation

GraphVisualiser

Introduction

This is a console-based graph visualiser. I wanted to make a fully functional GUI, but then I discovered that writing GUIs is pure torture.

Algorithms

The algorithms included are: Bellman Ford, BFS, DFS, Dijkstra, Kruskal, Prim's Algorithm, Single Source Shortest Path in DAGs, Strongly Connected Components and Topological Sort.

Flags for g++ and Cmake

set(GCC_COVERAGE_COMPILE_FLAGS "-Wall -pedantic -Wno-long-long -O2 -Werror")   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COVERAGE_COMPILE_FLAGS}" )  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published