Skip to content

arnodunstatter/COSC-4353-Group-A

 
 

Repository files navigation

COSC-4353-Group-A

Build Status

This project will read in txt files which represent collections of graphs that are given as either adjacency matrices or adjacency lists, along with related metadata. The program will convert this txt file into a CollectionOfGraphs object that contains a list or array of Graph objects which itself will have strings representing metadata as well as two pandas dataframes: one for the graph represented as an adjacency lists, one for the graph represented as an adjacency matrix. Furthermore, this project will define member functions for each Graph object that allow low level transformations (inserting nodes, deleting nodes, inserting edges, deleting edges).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%