trekhleb / trekhleb/javascript-algorithms
Add TimSort
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 197k
- Forks
- 31k
- PR merge metrics
- No merged PRs in 30d
Description
Chrome 70 Array.prototype.sort use the stable TimSort algorithm
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing sorting algorithm implementations and the Chrome 70 TimSort reference linked in the issue. Determine the project conventions for algorithm explanations and validation; done means TimSort is added consistently with those conventions and its stable behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100