|
f9a4040946
|
Add extra test class with "tests" for own needed applications like solving riddle in games
|
2022-02-13 22:46:11 +01:00 |
|
Niklas Birk
|
ae8cd02318
|
delete unnecessary imports
|
2021-04-13 17:29:09 +02:00 |
|
Niklas Birk
|
a3a344e057
|
Move lybrinthine iterative deepening test to correct test class
|
2021-04-13 17:28:23 +02:00 |
|
Niklas Birk
|
3fed93055f
|
Fix stuff; add new problem "Labyrinthine puzzle" from game Labyrinthine Chapter I
|
2021-04-12 16:11:46 +02:00 |
|
Niklas Birk
|
5264853c8e
|
Adjusted few things to all
|
2019-06-25 12:06:39 +02:00 |
|
Niklas Birk
|
3032aeeca8
|
Implemented A* at full state
|
2019-04-04 18:59:25 +02:00 |
|
Niklas Birk
|
9e51fc8c69
|
Implemented heuristic
|
2019-04-02 23:07:54 +02:00 |
|
Niklas Birk
|
d4e54493c7
|
Made all variables and parameter final where available
|
2019-04-02 20:34:15 +02:00 |
|
Niklas Birk
|
4a0b04aefe
|
Created package uninformed for uninformed search algorithms and moved the implementations to this package
|
2019-04-01 20:27:14 +02:00 |
|
Niklas Birk
|
bb95a412d8
|
Added IterativeDeepening
|
2019-03-27 20:38:47 +01:00 |
|
Niklas Birk
|
2a772ac4fd
|
Removed imports
|
2019-03-27 20:01:59 +01:00 |
|
Niklas Birk
|
82e7e618d7
|
Changed several implementation details and added depth-first-search
|
2019-03-27 19:59:28 +01:00 |
|
birkn
|
481b292d17
|
Gnerified node
|
2019-03-25 19:14:17 +01:00 |
|
Niklas Birk
|
19fbb91529
|
Changed implementation
|
2019-03-24 17:25:51 +01:00 |
|
Niklas Birk
|
237782d518
|
Commit
|
2019-03-24 16:58:10 +01:00 |
|
Niklas Birk
|
d2c1cb698c
|
Finished tests
|
2019-03-24 16:41:14 +01:00 |
|
birkn
|
d014b9f686
|
Added testclass and implemented methods
|
2019-03-24 14:36:10 +01:00 |
|