Save/Load
* enchanted build.gradle * added test for save/load (still incomplete) * implemented save/load (still incomplete)
This commit is contained in:
1
test/resources/test.json
Normal file
1
test/resources/test.json
Normal file
@@ -0,0 +1 @@
|
||||
{"vertices":["1","2","3","4","5","6","7","8"],"edges":[{"source":"1","destination":"2","weight":1},{"source":"1","destination":"3","weight":1},{"source":"5","destination":"4","weight":5},{"source":"6","destination":"2","weight":2},{"source":"5","destination":"3","weight":2},{"source":"8","destination":"7","weight":9},{"source":"4","destination":"6","weight":6},{"source":"2","destination":"5","weight":4}]}
|
||||
Reference in New Issue
Block a user