List-in-JS
List data structure
A JavaScript implementation of a functional programming construct for ordered lists with various operations and methods.
21 stars
3 watching
1 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mauriciosantos/buckets-js | A JavaScript library providing various data structures and functions for manipulating arrays. | 1,250 |
manrajgrover/algorithms-js | A comprehensive JavaScript library providing implementations of essential data structures and algorithms | 199 |
sortablejs/jquery-sortablejs | A jQuery plugin for creating sortable lists with drag-and-drop functionality | 203 |
younatics/collection-data-structures-swift-kr | An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. | 46 |
kevincobain2000/listof | A community-driven project providing lists of various topics in Ruby | 29 |
lukelin/js-stl | A comprehensive collection of reusable JavaScript data structures and algorithms | 743 |
clojure/data.avl | A data structure library implementing persistent AVL trees for sorted maps and sets with efficient rank queries, nearest key lookups, and other operations. | 132 |
scijs/ndarray | A multidimensional array data structure for JavaScript | 1,212 |
qiao/heap.js | A binary heap data structure implementation in CoffeeScript/JavaScript for efficient priority management | 126 |
dotchain/dotjs | A distributed, reactive, and functional data structure library for JavaScript | 8 |
spl/dlist | A data structure library providing efficient append and snoc operations for list-like types | 65 |
deepak-malik/data-structures-in-java | A collection of Java implementations of various data structures and algorithms used in computer science | 145 |
orium/rpds | A Rust implementation of persistent data structures with structural sharing | 1,261 |
jprichardson/string.js | Provides additional string manipulation methods in JavaScript without modifying the native prototype. | 1,809 |
clojure/data.json | A JSON parser and generator for Clojure data structures. | 543 |