@apexds/linked-list
v1.0.3
Published
Simple, type-safe linked list with full iteration. Lightweight and designed for clarity.
Downloads
39
Maintainers
Readme
@apexds/linked-list
Simple, type-safe singly/doubly linked list with full iteration. Lightweight and designed for clarity.
Documentation
Detailed documentation is available at:
https://raikuxq-algorithms.netlify.app/guide
Installing
Install by using any of these commands:
yarn add @apexds/linked-listnpm install @apexds/linked-list --save
Core lib
Core (implementation, tests, docs): @apexds/core
