1.0.0 • Published 7 months ago
moreds v1.0.0
MoreDS
More data structure for javascript
Installation
npm i moreds
bun add moreds
yarn add moreds
Usage
import { Stack, Queue } from "moreds";
const stack = new Stack();
const queue = new Queue();
More data structure for javascript
npm i moreds
bun add moreds
yarn add moreds
import { Stack, Queue } from "moreds";
const stack = new Stack();
const queue = new Queue();