Search found 1 match
- Fri Oct 18, 2019 4:36 pm
- Forum: News
- Topic: Friday Facts #317 - New pathfinding algorithm
- Replies: 70
- Views: 36718
Re: Friday Facts #317 - New pathfinding algorithm
Hello. I'm a junior professor on informatics and during my phd I've worked with the parallelization of the A Star algorithm and I found this ff fascinating. I have a question: what's the data structure you're using for the OpenList and ClosedList? Usually the ClosedList is implemented using a hash t...