0.2.1 • Published 4 months ago

data-structures-pack v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

Data Structures

Javascript implementation of data structures

Usage

import { Stack } from "data-structures-pack";

const stack = new Stack<number>();

stack.push(1);

stack.push("1"); // Type error

Includes

  • Stack
0.2.1

4 months ago

0.2.0

4 months ago