MKCoderIT/autosort-js

autoSort-js – Intelligent Automatic Sorting Library for JavaScript

Open

#1 geöffnet am 28. Nov. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (0 Forks)auto 404
documentationenhancementgood first issue

Repository-Metriken

Stars
 (1 Star)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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