AStar icon indicating copy to clipboard operation
AStar copied to clipboard

Implement ClosedSet as an actual set

Open meiamsome opened this issue 7 years ago • 1 comments

Recent versions of ECMAScript include a Set type: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set

Indeed, they are required to be implemented in sub-linear time using hash tables or similar.

meiamsome avatar Jan 16 '17 10:01 meiamsome