Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 366 Bytes

Erdos Number C++

Course of Analysis and Synthesis of Algorithms, 3rd Year, 1st Semester

Running

The program receives:

-number of vertexes;

-number of connections (edges);

-starting vertex (source);

-connections between the vertexes (in the form "vertex1" "vertex2");


Some input examples in "input.txt", "input2.txt" and "input3.txt".