Comparing version 1.2.9 to 1.2.10
{ | ||
"name": "athro", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "A library for javascript which contains basic datastructures, algorithms and some generic functionalities which a developer needs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,2 +67,11 @@ | ||
#### Merge Sort | ||
``` | ||
Pass the array of numbers/strings which needs to be sorted | ||
import { mergeSort } from 'athro'; | ||
``` | ||
* **Syntax** - *params: mergeSort(array)* | ||
--- | ||
@@ -69,0 +78,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145431
136