@data-structures-js/core
v1.0.0
Published
Data structures in JavaScript and TypeScript
Downloads
20
Maintainers
Readme
data-structures-js
All data structures in one install.
Install
npm install data-structures-jsUsage
// Install everything
const { LinkedList, Stack } = require('data-structures-js');
// Or install individually
// npm install @data-structures-js/linked-list
// npm install @data-structures-js/stack