AStar icon indicating copy to clipboard operation
AStar copied to clipboard

Implement ClosedSet as an actual set

Open meiamsome opened this issue 9 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

Is this Set only ES6? Really struggling to sort out when I should examine and discuss ES6 topics as part of my videos.

shiffman avatar Jan 16 '17 19:01 shiffman