Skip to content

C# прога для построения графов по заданным степеням вершин

Notifications You must be signed in to change notification settings

tinkivink1/graph-builder-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapth Builder

A program that constructs a directed graph from a sequence of degrees of vertices and finds cycles in this graph using dfs algorithm

Instruction:

  1. Enter non increasing sequence of degrees of vertices;
  2. Press the button "Нарисовать"
  3. Change the direction of the arrows by clicking on them
  4. In the text box on the right side of windows you will be able to see the graph cycles

Демонстрация работы программы:

image

image

About

C# прога для построения графов по заданным степеням вершин

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages