Skip to content

domidimi/topsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Coverity Scan Build Status

Simple implementation of a Topological sort in C++11

This is just a simple test project. For a sophisticated solution to the topological sort problem, please look at the Boost library.

Vertices are the keys of an associative container. The value of that container is a list of vertices to which there exists a connection.

Examples

TODO

Add address sanitizer checks

Add cppcheck

Add Valgrind

Releases

No releases published

Packages

No packages published