Commit Graph

8 Commits

Author SHA1 Message Date
e4de9981be Save/Load
* enchanted build.gradle
* added test for save/load (still incomplete)
* implemented save/load (still incomplete)
2019-06-13 17:53:43 +02:00
34302b6e92 Refactoring
* rewritten marks (more performance for multiple vertices)
* fixed a bunch of instructions
* added a starting point for save/load graph instructions
2019-04-21 17:52:59 +02:00
bf0f3abe04 Hotfix
* fixed graph adding edge to same vertex
2019-02-26 22:13:31 +01:00
cdc183754f Graph View
* added simple Window for graph play
* added new function to interface
* all tests passes
* end graph
2019-02-26 21:58:53 +01:00
b441871de0 Refactoring 2
- added a forgotten method in Vertex & test
- fixed Mark, now is Obj
2018-10-16 21:55:27 +02:00
25fb76afcf Refactoring
- added more tests
- added more interfaces for the visits
- added satellite classes like Vertex
- graph interface improved
2018-10-16 14:59:23 +02:00
c498b2b0e2 Graph Implemented
- added a new method in graph interface
- added method in the test
- graph implemented and pass all the tests
2018-10-08 12:56:59 +02:00
745b171594 Init
- init with the first interface and tests
- added some basic class for the tests
2018-10-08 02:29:34 +02:00