236 Commits (master)
 

Author SHA1 Message Date
  Yohan Simard 5e75797cda Better tests for the square map 3 years ago
  Yohan Simard 25e08fc7f0 Various improvements 3 years ago
  Yohan Simard 539ea33752 Merge branch 'hashmap' 3 years ago
  Yohan Simard 460456581e Minor fixes and tests 3 years ago
  Yohan Simard a2db6d26a5 Improvement of BinaryHeap.remove() with a HashMap to avoid iterating through the list 3 years ago
  Yohan Simard db095f9ea9 Tests and other minor improvements 3 years ago
  Yohan Simard ba2f4fdf3d A* working and tested 3 years ago
  Yohan Simard 3076698958 Better Dijkstra tests 4 years ago
  Yohan Simard 7776e34f92 Dijkstra tests 4 years ago
  Yohan Simard f79d9148c0 Dijkstra implementation 4 years ago
  Yohan Simard 8f74486264 Get rid of array.indexOf(x) in the remove() function 4 years ago
  Yohan Simard 53e9facf47 Implement Launch.main() and BinaryHeap.remove() 4 years ago
  Yohan Simard bda9d62799 Implement Path methods 4 years ago
  Yohan Simard a60676119d Fix javadoc problem 4 years ago
  Yohan Simard 93c05fdde7 Fix typo in package name + fix a bug in javadoc generation 4 years ago
  Yohan Simard 5109a617fb Add Intellij configuration files + update README 4 years ago
  Mikaël Capelle 2914df4a37 [maven] Cleanup pom.xml files. 4 years ago
  Mikaël Capelle 5bb454a3b2 Switch to Maven project. 4 years ago
  Le Botlan fd503d148e Pretty print in BInaryHeap 4 years ago
  Mikaël Capelle 554b38be45 Fix order of values in assertions. 5 years ago
  Mikaël Capelle dc715744d0 Improve Javadoc of the graph package. 5 years ago
  Mikaël Capelle 423e36fc65 Fix precision issue with real and as the crow flies length. 5 years ago
  Mikaël Capelle d8470055f1 Add getNodes() and getSuccessors() methods and remove iterable from Graph and Node. 5 years ago
  Mikaël Capelle 71a0085d59 Small fix for drawings. 5 years ago
  Mikaël Capelle 245744c4a0 Add toString() for Graph. 5 years ago
  Mikael Capelle de6fa0698b Update 'README.md' 5 years ago
  Mikael Capelle 455090e10a Fix issue with SolutionPanel and Java 9. 6 years ago
  Mikael Capelle aea8f054d5 Add info for .data() in priority queue test. 6 years ago
  Mikael Capelle cf672f8cd4 Update tests for PriorityQueue. 6 years ago
  Mikael Capelle 4e541e67cf Fix issue with graph progress bar. 6 years ago
  Mikael Capelle 51e166600d Remove useless outputs. 6 years ago
  Mikael Capelle 8ff1fb8c17 Add new ArcInspector and correct naming in GUI. 6 years ago
  Mikael Capelle a269d66470 Fix PriorityQueue javadoc. 6 years ago
  Mikael Capelle 9b01a61da2 Fix tests for PriorityQueue implementations. 6 years ago
  Mikaël Capelle d05bc92689 Update tests for PriorityQueue. 6 years ago
  Mikaël Capelle c5518e7240 Fix BinaryHeap/Search trees and associated tests. 6 years ago
  Holt59 aab8743d3c New updates. 6 years ago
  Holt59 5b733e25c7 Return unmodifiable iterators from Node and Graph. Make Node and Graph final. 6 years ago
  Holt59 bdb378c079 Remove access to underlying containers inside Graph and Node. 6 years ago
  Holt59 797a4e1c8c Fix issue with small maps not being draw properly. 6 years ago
  Holt59 80b4b1c7fc Fix drawing for very small graph and add new projection for fake maps. 6 years ago
  Mikaël Capelle e2d1d47beb Fix Path.size() and add test for Path.size(). 6 years ago
  Holt59 46436f81f3 Update paths and tests. 6 years ago
  Mikael Capelle b4e666d08d Update 'README.md' 6 years ago
  Mikael Capelle b8d73963a6 Clean tests. 6 years ago
  Holt59 7e079df22f Fix issue with new path not being colored correctly in MapView drawing. 6 years ago
  Holt59 ec9cd9c601 Fix issue with ProgressBar for loading graphs. 6 years ago
  Holt59 25e35b9bc4 Fix icons for Linux. 6 years ago
  Holt59 f2f65b85d4 Fix issue with no drawing not updated due to its size. 6 years ago
  Holt59 d5fcf036b9 Fix issue with backward arc having incorrect segments. 6 years ago