Skip to content

Kirito-89/Parallel-Tree-Traversal

Repository files navigation

Instruction to run

compile the code

g++ traversal-cs23btech11001.cpp -o code

code expects a command line argument that will be the name of the file.

for example

./code input.txt

where input.txt is the name of the file containing the input.

Files:

 ** input.txt **
    - contains the imput that is parameters and adjacenecy list of the graph
** output.txt **
    - will contains the output that needs to be shown like discover order, tree traversal, total traversal time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages