This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial implementation of SortedList.
Supports: Constructor with custom key and less-than functions add(), shift() and pop() between O(log16 N) and O(log32 N) ES6 iteration at O(N) first() and last() at O(1) Many other functions are either absent or will crash when run. See my pull request for more information.
- Loading branch information