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

Commit 586ee7b

Browse files
author
akshat
committed
fixes
1 parent 78df9be commit 586ee7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ 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-
## Usage
15+
## Installation
16+
17+
Install the efficient-sorting package using npm:
1618

1719
```javascript
1820
npm install efficient-sorting
1921
```
2022

23+
## Usage
24+
2125
```javascript
2226
import Sort from 'efficient-sorting'
2327
let array = [10,20,45,2,1,19,17]

0 commit comments

Comments
 (0)