CodingTrain / CodingTrain/AStar

Implement ClosedSet as an actual set

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.