snap-python
snap-python copied to clipboard
Implement the Directed Graph (DiGraph) class in SnapX
- Implemented the DiGraph class within SnapX, but it still has some missing functionalities because other parts of SnapX are not implemented
- Fix some errors in Graph class within SnapX
- Add unit tests for DiGraph
@jihun-hong I haven't seen any SnapX documentation at the main documentation website. Will you support reading and writing the nx.Graph, nx.DiGraph, and other NetworkX graph types to and from the TTable format with SnapX?