alectippie/directed-graph
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Directed Graph Project Requirements C++ Compiler (supporting C++17, e.g., g++) Graphviz (for generating graph images from DOT files) Installation on Ubuntu/Debian sudo apt update sudo apt install g++ graphviz Usage Compile and run the program: prolly rember to chmod -+x build.sh ./build.sh This will generate: graph.dot — graph definition file graph.png — rendered graph image View graph.png with any image viewer.