Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit d8a98e1

Browse files
authored
Update README.md
1 parent 586ee7b commit d8a98e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This project provides a JavaScript implementation of an efficient sorting functi
1212

1313
The goal of this project is to create a sorting function that intelligently selects the most suitable sorting algorithm based on the size and nature of the input array. By dynamically choosing between quicksort and mergesort, the function aims to optimize performance for different scenarios.
1414

15+
- For now it only supports 1D array of any size
16+
1517
## Installation
1618

1719
Install the efficient-sorting package using npm:

0 commit comments

Comments
 (0)