C# lab at university. Task:
- Write a program at pure C# and WinForms to work with graphs: editing, saving, opening, simple algorithms
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