# algorithmjs

> Node.js implement of some base algorithm and base data-structure.

Latest version **1.0.0** (published 2016-05-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install algorithmjs
pnpm add algorithmjs
yarn add algorithmjs
bun add algorithmjs
```

## 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.0.0 |
| Published | 2016-05-05 |
| First published | 2014-05-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | XadillaX |
| Maintainers | xadillax |
| Keywords | algorithm, data-structure |

## Links

- npm: https://www.npmjs.com/package/algorithmjs
- Repository: https://github.com/XadillaX/algorithmjs
- Issues: https://github.com/XadillaX/algorithmjs/issues
- npm.io page: https://npm.io/package/algorithmjs

## Recent versions

- 1.0.0 (latest) — 2016-05-05
- 0.0.4 — 2015-09-16
- 0.0.3 — 2015-03-04
- 0.0.2 — 2014-07-08
- 0.0.1 — 2014-05-24

## README

AlgorithmJS
===========

Node.js implement of some base algorithm and base data-structure.

Contains
-----------

+ Data Structure
  - Link List
  - ...
+ Algorithm
  - ~~Quick Sort~~
  - ...

Usage
-----------

```shell
$ npm install algorithmjs
```

### Link List

Reference at [tester](https://github.com/XadillaX/algorithmjs/blob/master/test/ds/linklist.js).

### ~~Quick Sort (Deprecated)~~

~~Reference at [tester](https://github.com/XadillaX/algorithmjs/blob/master/test/algo/qsort.js).~~

Contributors
-----------

... in lexicographical order:

+ ...

Your name is missing on the list? Shame on me. Please open an issue.

Bugs and Contributions
-----------

If you find a bug, please report it using the [issue tracker](https://github.com/XadillaX/algorithmjs/issues).

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