LinkedList Packages
javascript-collections
JavaScript implementation of different collections
@avensio/shared
This is a package containing multiple **datastructures** and some **graph algorithms** written in typescript with no dependencies usable with commonjs, esm and in the browser. Also some other handy utility function are contained in this package.
structure-extend
javascript data structure extend
tiny-slist
A simple, singly-linked, scheme-like list implementation based on SRFI-1 for JavaScript and TypeScript.
ts-essential-structures
A TypeScript library providing classic, strongly-typed data structures.
@aidenhadisi/doublylinkedlist
A doubly linked list library for js.
@aminnairi/linked-list
Linked List without any side-effects
@algoasaurujs/tsds
TypeScript Data Structures that you need!
@cjsa/yocto-queue
Tiny queue data structure
@codes.vault/dsnode
Create different DataStructures using simple APIs. API available in TypeScript & JavaScript [ES6].
@samavati/tsds
TypeScript Data Structures that you need!
@easyv/yocto-queue
Tiny queue data structure
@he11sing/collections
Collection of main data structures based on Typescript
@geekyorion/dsa
A Data Structure library
@nenjotsu/linked-list-typescript
simple typescript linked-list with generics typing
@nodic/data-structures
@esm2cjs/yocto-queue
Tiny queue data structure. This is a fork of sindresorhus/yocto-queue, but with CommonJS support.
@kartjim/linkedlist
LinkedList implementation in JavaScript
@imran001/arraytolinkedlist
A simple library to convert an array to a linked list and vice versa.