dast
v0.0.5
Published
javascript implementation of classic data structure.
Downloads
3
Readme
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- 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