Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 532 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 532 Bytes

Graph editor

C# lab at university. Task:

  • Write a program at pure C# and WinForms to work with graphs: editing, saving, opening, simple algorithms

scr

Features:

  • You can build new graph or open it from file
  • DFS, BFS, detecting connected components
  • Solving of Travelling salesman problem with three different algorithms

demo