Commit Graph

12 Commits

Author SHA1 Message Date
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