Skip to content

asrivast28/graph-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph API

This repository provides a uniform API for different graph implementations.

Requirements

  • gcc (with C++11 support)
    This project has been test built only on Linux platform, using gcc with C++11 support.
  • Boost Graph Library
    Boost Graph Library is a header-only library that contains different graph implementations. Currently, only boost::adjacency_list is supported by the API but it can be extended to support other graph types.

Building

This is a header-only library, intended to be used by including the relevant header files.

About

A uniform API for using different graph libraries and types

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages