/ErdosNumber

Analysis and Synthesis of Algorithms course's first project

Primary LanguageC++

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".