MKCoderIT / MKCoderIT/autosort-js
autoSort-js – Intelligent Automatic Sorting Library for JavaScript
Open
@MKCoderIT is already working on this.
Since Nov 28, 2025.
documentation
enhancement
good first issue
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi there! 👋
I’ve been working on autoSort-js, a smart JavaScript library that can automatically sort arrays of any type using a fully implemented automatic compare system. So far, I’ve completed the Bubble Sort algorithm and the compare system, but I want to make autoSort-js even smarter and more versatile.
This is where you come in! I would love your help to:
- Implement new sorting algorithms like Quick Sort or Heap Sort.
- Integrate these algorithms into AutoSort so the automatic system can choose the best one for any array.
- Make sure the new algorithms work smoothly with the current compare system.
- Add test cases to ensure correctness and performance.
Even small contributions make a big difference, and your help will make autoSort-js better for everyone.
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.
Assessment
This issue has not been assessed yet.