Skip to content

A C++ GUI application allows you to draw undirected graphs and connect them.

Notifications You must be signed in to change notification settings

flankedgonerogue/GraphVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this app

Graph Visualizer is GUI application made using Qt6 Widgets library. It visualizes graph nodes and the edges between them (undirected). You can select a node to view information about it.

Features

  • Visualization of the graph
  • Density calculation
  • Maximum degree node
  • Minimum degree node
  • Selected node's neighbours and degree

About

A C++ GUI application allows you to draw undirected graphs and connect them.

Resources

Stars

Watchers

Forks