Socket
Socket
Sign inDemoInstall

athro

Package Overview
Dependencies
0
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "athro",
"version": "1.1.0",
"version": "1.1.1",
"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",

@@ -7,5 +7,18 @@

A library for javascript which contains basic datastructures, algorithms and some generic functionalities which a developer needs
A library for javascript which contains basic data structures, algorithms and some generic functionalities which a developer needs
## Functionalities
This sections explains the functionalities provided by this libraries
### Searching
Searching functionalities inbuilt in this library are:
#### Binary Search
```
Pass the array of numbers/string along the the element which needs to be found
import { binarySearch } from 'athro';
```
* **Syntax** - *params: binarySearch(array,element) * -
## Author

@@ -12,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc