0.2.1 • Published 1 year ago

data-structures-pack v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year 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

1 year ago

0.2.0

1 year ago