Commit graph

23 commits

Author SHA1 Message Date
c223936743 feat: add bicycle filter 2024-04-26 18:24:06 +02:00
429a22fcd9 roads allowed feat 2024-04-26 17:52:28 +02:00
5dfd14f3f2 doc(dijkstra): explain why we use an ArrayList 2024-04-26 17:35:37 +02:00
e5be8087f9 dijkstra functional 2024-04-26 17:31:33 +02:00
73a1e4a058 dijkstra 2024-04-26 17:10:49 +02:00
9e994c2104 access labels node 2024-04-26 16:55:23 +02:00
ceeb5e1203 dijkstra: functional 2024-04-20 19:21:26 +02:00
26e5d5dac9 dijkstra: functional 2024-04-20 19:18:04 +02:00
6e4c4de7dd dijkstra : compiling version but not functional 2024-04-18 01:16:09 +02:00
f51d3a26b5 few fixes: dijkstra 2024-04-18 01:05:14 +02:00
4bd0c74fa4 dijkstra, not functional 2024-04-05 12:38:18 +02:00
7db072a9f7 wip(dijkstra): tests 2024-04-05 12:08:20 +02:00
7e0955ecb2 feat(dijkstra): implement Comparable in Label class 2024-04-05 11:47:05 +02:00
19ec6b6220 feat(dijkstra): write label class 2024-04-05 11:34:12 +02:00
cce3fcdca8 feat(binheap): remove passes tests 2024-04-05 10:51:13 +02:00
04c4316e36 wip(binheap): remove 2024-04-05 09:46:28 +02:00
c68a969b91 Edge cases to fix 2024-04-05 00:55:52 +02:00
2e20b9b3a6 heap removed impl, tests to fix 2024-04-05 00:37:26 +02:00
Le Botlan Didier
32f99dba49 Nodes are no longer comparable (confusion with Label comparison). Predefined ArcInspectors easier to get. 2024-03-22 17:07:18 +01:00
Didier Le Botlan
8675c420a8 Unused imports 2023-03-07 12:08:34 +01:00
Le Botlan Didier
dd5ed04891 annotation javadoc 2022-03-25 08:19:08 +01:00
Le Botlan Didier
1f28a33da4 Removed getMaximumSpeed in Data. 2022-03-01 17:14:58 +01:00
Mikaël Capelle
5bb454a3b2 Switch to Maven project. 2020-02-27 21:09:05 +01:00