javascript implementation of classic data structure.
npm install dastJavaScript implementation of classic data structure
``bash`
yarn add dast -S
`js`
import {
Stack,
Queue,
LinkedList,
LinkedNode,
DoublyLinkedList
// ...
} from 'dast'
or use it with CDN:
`html`
`js`
const {
Stack,
Queue,
LinkedList,
LinkedNode,
DoublyLinkedList
// ...
} = window.dast
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
data-structure © ulivz, Released under the MIT License.
Authored and maintained by ulivz with help from contributors (list).
> github.com/ulivz · GitHub @ulivz