@apexds/stack
v1.0.2
Published
LIFO stack for TypeScript. Fully generic, easy to use, and built with developer experience in mind
Downloads
39
Readme
@apexds/stack
LIFO stack for TypeScript. Fully generic, easy to use, and built with developer experience in mind
Documentation
Detailed documentation is available at:
https://raikuxq-algorithms.netlify.app/guide/data-structures/stacks
Installing
Install by using any of these commands:
yarn add @apexds/stacknpm install @apexds/stack --save
Core lib
Core (implementation, tests, docs): @apexds/core
