Skip to content

Given a data file containing the number of nodes and vertices,edges, the program does topological sort of the nodes

Notifications You must be signed in to change notification settings

rakeshmohan46/topologicalsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

****************** README FILE ****************************
AUTHORS:RAKESH MOHAN
EMAIL: mohan,96 {@osu.edu} 
COURSE: CS2331:Data Structures and Algorithms

****************** FILE INFORMATION ***********************
This file contains instructions for compiling

The files:
topsort.c
makefile
README

To compile:
make

To remove complied files:
make clean

To execute:
topsort <data file> <outputfile>

****************** END OF FILE ***************************

About

Given a data file containing the number of nodes and vertices,edges, the program does topological sort of the nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages