Skip to content

This repository holds the files for the serial implementation of the Coloring Algorithm

Notifications You must be signed in to change notification settings

Parallel-Distributed-Systems-Team-AC/Serial-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial-Program

This repository holds the files for the serial implementation of the Coloring Algorithm

Compiling

Run this command for compiling and creating the executable:

gcc main.c -O3 -o "executable_name"  

File Loading

When running the program you will notice that a list of all graph .mtx files appers asking the user to give a number in order to open a specific file. This was implemented, taking into concideration the different ways files needed to be loaded, in order to automate in a way the loading procedure.

In order for this to be functional you need to add all the .mtx files you want to test in the files folder. The first .mtx file is already added to the folder.

About

This repository holds the files for the serial implementation of the Coloring Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages