Skip to content

Analysis and Synthesis of Algorithms course's first project

Notifications You must be signed in to change notification settings

abaguas/ErdosNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Analysis and Synthesis of Algorithms course's first project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages