dast

0.0.5 • Public • Published

data-structure

JavaScript implementation of classic data structure

NPM version NPM downloads donate

Usage

yarn add dast -S
import {
  Stack,
  Queue,
  LinkedList,
  LinkedNode,
  DoublyLinkedList
  // ...
} from 'dast'

or use it with CDN:

<script src="https://unpkg.com/dast@latest/dist/data-structure.min.js"></script>
const {
  Stack,
  Queue,
  LinkedList,
  LinkedNode,
  DoublyLinkedList 
  // ...
= window.dast

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

data-structure © ulivz, Released under the MIT License.
Authored and maintained by ulivz with help from contributors (list).

github.com/ulivz · GitHub @ulivz

Readme

Keywords

none

Package Sidebar

Install

npm i dast

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

93.4 kB

Total Files

13

Last publish

Collaborators

  • toxichl