CodingTrain / CodingTrain/AStar
Implement ClosedSet as an actual set
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 122
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.