|
|
17e7c0a9fa
|
Puzzle8 fix
- fixed bug causing the solve function to use all the memory and then crash
- added new test cases
- removed unused counter in AStar
|
2024-02-22 19:55:57 +01:00 |
|
|
|
732d9eed20
|
Bugfix
- fixed heuristic for puzzle8
- fixed test
|
2024-01-11 10:26:20 +01:00 |
|
|
|
569f902126
|
Tests
- added test for 8-Puzzle
|
2024-01-10 12:42:13 +01:00 |
|
|
|
f941ef93c3
|
Fixes
- static member in Puzzle8
- added docs
- added statistic in AStar visit
|
2023-12-13 10:01:24 +01:00 |
|
|
|
6ac1ff463d
|
Puzzle8 Fixes
- added junit.jupiter testing
- created tests for puzzle8
- fixed bugs for constructors
- implemented better methods for solving puzzle
|
2023-12-12 18:05:51 +01:00 |
|
|
|
c4d4bc76b8
|
Tris
- added tris class
- added miniMax class
- fixed puzzle8 initialization
|
2023-12-12 14:26:54 +01:00 |
|
|
|
a093dc93e7
|
Init form Local
- Puzzle8 already implemented
- Tris started
- Empty Main
|
2023-12-07 10:23:56 +01:00 |
|