V 0.2.0
- Allow relative path access for shared object file
- Add remaining test cases for matrice library and refactor
- Refactored Matrice library
- Supporting these matrice graph algorithms
- Dijkstras (shortest path)
- Random Walk (Unweighted)
- Degree Centrality
- Graph representation algorithms
- Closeness Centrality
- Dijkstras
- Shortest Path
- Fix segmentation fault for
csv_to_graph
method - Fix memory leaks in csv and graph library