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).
-
Notifications
You must be signed in to change notification settings - Fork 2
AnotherSkyBoi/COSC-4353-Group-A
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published