CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

Change value type from int64_t to double in graph.h header #52 #53

Open adheeshsharma19 opened 4 weeks ago

adheeshsharma19 commented 4 weeks ago

Changed int64_t value types for distances between edges to double.

spirosmaggioros commented 3 weeks ago

You have to make sure that every function that uses the changed values works. Please review your code and commit again. Test cases must run correctly. If you need any help you can reply to this PR.