Commit graph

250 commits

Author SHA1 Message Date
79e82989f4 Improved max speed detection 2020-05-23 16:44:57 +02:00
ac18c2d522 Added more test cases 2020-05-22 14:53:53 +02:00
e8331864ab Improved A* time estimation 2020-05-22 14:53:37 +02:00
d68a7e5ca9 Improved tests organisation 2020-04-29 17:10:29 +02:00
f658b678af Implemented A* tests 2020-04-22 16:54:19 +02:00
8e58060d01 Implemented Astar 2020-04-22 16:27:01 +02:00
b57065913e Implemented dijkstra unit tests 2020-04-03 10:41:30 +02:00
72a3a840ff Added validity check for binary heap 2020-04-03 08:40:48 +02:00
304b71e1d9 Added log method 2020-04-03 08:15:21 +02:00
daec1d198f Fixed costs source 2020-03-30 16:05:47 +02:00
b2aa8243cc Implemented dijkstra algo 2020-03-30 16:00:26 +02:00
d1b49fbafc Added new uml graph 2020-03-29 10:58:58 +02:00
3d095626ab Wrote own indexOf 2020-03-25 17:28:21 +01:00
1ea28ab806 Implemented from scratch part 2020-03-25 17:11:34 +01:00
558a665ec0 Implémentation remove avec indexOf 2020-03-25 16:23:31 +01:00
51c027f3b7 Moved uml files 2020-03-25 14:52:42 +01:00
329cb734f8 Added simpler uml 2020-03-25 11:12:41 +01:00
a936226604 Updated Graph.uml 2020-03-25 10:42:42 +01:00
92d9944c51 Added new test config 2020-03-22 19:48:36 +01:00
136bc656bc Updated JavaDoc 2020-03-22 19:45:53 +01:00
0e158e2600 Updated README.md 2020-03-22 19:43:22 +01:00
5a1402bc1d Fixed dark theme on KDE 2020-03-22 19:41:56 +01:00
fa236a612f Implemented all functions to pass all tests 2020-03-22 19:24:52 +01:00
52df139bd8 Implemented valid and travel time methods 2020-03-20 14:56:52 +01:00
b070983a49 Implemented getLength 2020-03-20 14:44:43 +01:00
3bba019763 Added uml graph 2020-03-20 14:35:40 +01:00
0ead1e986a Added basic uml 2020-03-20 13:46:42 +01:00
45dc7aaa5f Added javadoc 2020-03-20 13:46:16 +01:00
1fc0b2c691 Improved gitignore 2020-03-19 15:19:01 +01:00
89bbda8f31 Modified readme and added basic run config 2020-03-19 15:12:44 +01:00
Mikaël Capelle
2914df4a37 [maven] Cleanup pom.xml files. 2020-03-04 16:11:04 +01:00
Mikaël Capelle
5bb454a3b2 Switch to Maven project. 2020-02-27 21:09:05 +01:00
Le Botlan
fd503d148e Pretty print in BInaryHeap 2019-07-09 14:46:12 +02:00
Mikaël Capelle
554b38be45 Fix order of values in assertions. 2019-03-25 17:17:47 +01:00
Mikaël Capelle
dc715744d0 Improve Javadoc of the graph package. 2019-03-18 21:34:20 +01:00
Mikaël Capelle
423e36fc65 Fix precision issue with real and as the crow flies length. 2019-03-18 20:37:44 +01:00
Mikaël Capelle
d8470055f1 Add getNodes() and getSuccessors() methods and remove iterable from Graph and Node. 2019-03-18 20:37:43 +01:00
Mikaël Capelle
71a0085d59 Small fix for drawings. 2019-03-18 20:37:43 +01:00
Mikaël Capelle
245744c4a0 Add toString() for Graph. 2019-03-18 20:37:43 +01:00
Mikael Capelle
de6fa0698b Update 'README.md' 2019-02-24 20:33:05 +00:00
Mikael Capelle
455090e10a Fix issue with SolutionPanel and Java 9. 2018-04-16 14:19:30 +02:00
Mikael Capelle
aea8f054d5 Add info for .data() in priority queue test. 2018-03-29 12:18:48 +02:00
Mikael Capelle
cf672f8cd4 Update tests for PriorityQueue. 2018-03-29 12:16:12 +02:00
Mikael Capelle
4e541e67cf Fix issue with graph progress bar. 2018-03-28 17:39:47 +02:00
Mikael Capelle
51e166600d Remove useless outputs. 2018-03-28 17:39:18 +02:00
Mikael Capelle
8ff1fb8c17 Add new ArcInspector and correct naming in GUI. 2018-03-28 14:14:14 +02:00
Mikael Capelle
a269d66470 Fix PriorityQueue javadoc. 2018-03-27 12:23:55 +02:00
Mikael Capelle
9b01a61da2 Fix tests for PriorityQueue implementations. 2018-03-27 12:23:44 +02:00
Mikaël Capelle
d05bc92689 Update tests for PriorityQueue. 2018-03-26 14:21:19 +02:00
Mikaël Capelle
c5518e7240 Fix BinaryHeap/Search trees and associated tests. 2018-03-26 12:27:57 +02:00