0.0.5 • Published 6 years ago

dast v0.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

data-structure

JavaScript implementation of classic data structure

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

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago