# data-structures-algorithms-js

> Implementation of Algorithms and Data Structures in JavaScript

Latest version **1.1.0** (published 2020-03-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install data-structures-algorithms-js
pnpm add data-structures-algorithms-js
yarn add data-structures-algorithms-js
bun add data-structures-algorithms-js
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-03-05 |
| First published | 2020-02-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 661.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Felipe Natan dos Santos |
| Maintainers | fenatan |
| Keywords | algorithms, data-structures, javaScript |

## Links

- npm: https://www.npmjs.com/package/data-structures-algorithms-js
- Repository: https://github.com/fenatan/data-structures-algorithms-js
- Homepage: https://github.com/fenatan/data-structures-algorithms-js#readme
- Issues: https://github.com/fenatan/data-structures-algorithms-js/issues
- npm.io page: https://npm.io/package/data-structures-algorithms-js

## Recent versions

- 1.1.0 (latest) — 2020-03-05
- 1.0.1 (beta) — 2020-02-14
- 1.0.4 — 2020-03-05
- 1.0.3 — 2020-02-16
- 1.0.2 — 2020-02-14
- 1.0.0 — 2020-02-14

## README

[![Build Status](https://travis-ci.com/fenatan/data-structures-algorithms-js.svg?branch=master)](https://travis-ci.com/fenatan/data-structures-algorithms-js)
[![Coverage Status](https://coveralls.io/repos/github/fenatan/data-structures-algorithms-js/badge.svg)](https://coveralls.io/github/fenatan/data-structures-algorithms-js)

# Data Structures and Algorithms
>Implementation of some Data Structures and Algorithms in JavaScript

## Algorithms
  - BubbleSort
  
## Data Structures
- Deque
- Priority Queue
- Queue
- Queue(Array-based)
- Set
- Stack
- Stack(Array-based)

## Installation

This is Node.js module available through npm.

First get yourself Node.js, and then
OS X & Linux:

```sh
$ npm install data-structures-algorithms-js
```

## Development setup

#### To install all development dependencies

```sh
$ npm install
```

#### To run tests

```sh
$ npm test
```

## Documentation
You can access the complete documentation [here](https://fenatan.github.io/data-structures-algorithms-js/index.html)

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

---
_Source: https://npm.io/package/data-structures-algorithms-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
