You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change all the raw pointers in the library to smart pointers
* Rewrite tests to use smart pointers
* Finish converting tests to smart pointers
* Add setter for nodes in Edge nodePair
* Fix addition of edges and construction of adjacency matrix
* Add overloads of algorithms which take raw pointers to mantain interface
* Fix typos in tests
* Change dynamic_casts into dynamic_pointer_casts
* Decrease the number of random edges and nodes in RW and partition tests
* Add overload of equality operators and hash functions for pointers of nodes
* Implement new hash functions for pointers of nodes and edges
* Increase number of nodes and edges in partition and RW tests
* Fix typo
* Use shared pointers in random node/edge generators
* Convert pointers in TransitiveReductionTest.cpp
* Add overload of addEdge for raw pointers
* Fix typo
* Fix edge insertion in FloydWarshall benchmark
* Fix typo in benchmark
* Remove all the calls to new in the tests
* Fix typo in benchmark FloydWarshall
Fix typo in benchmark FloydWarshall
* Conversion of example codes
0 commit comments