graphinius
graphinius copied to clipboard
Simple Graph Class
- Create a new graph class inherited from Base Graph
- Implement additional errors for duplicate edges and self loops
- think about implications on graph algorithms and write up a list of necessary changes to those methods