All Projects → Redux Data Structures → Similar Projects or Alternatives

1517 Open source projects that are alternatives of or similar to Redux Data Structures

Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+618.47%)
Mutual labels:  data-structures, stack, dictionary, set, queue, map
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+1951.59%)
Mutual labels:  data-structures, stack, dictionary, set, queue
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-20.38%)
Mutual labels:  data-structures, stack, set, queue, map
Collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
Stars: ✭ 233 (+48.41%)
Mutual labels:  data-structures, dictionary, set, map
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+401.27%)
Mutual labels:  data-structures, stack, dictionary, set
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+104.46%)
Mutual labels:  stack, dictionary, set, queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-73.25%)
Mutual labels:  data-structures, stack, queue, map
Data-structures
Data Structures in Java
Stars: ✭ 13 (-91.72%)
Mutual labels:  stack, queue, data-structures
js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
Stars: ✭ 21 (-86.62%)
Mutual labels:  map, set, data-structures
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+2.55%)
Mutual labels:  data-structures, stack, queue
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+11347.13%)
Mutual labels:  set, queue, map
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+2728.66%)
Mutual labels:  data-structures, stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+19.11%)
Mutual labels:  data-structures, stack, queue
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (+210.83%)
Mutual labels:  set, queue, map
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-11.46%)
Mutual labels:  data-structures, stack, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+61.78%)
Mutual labels:  stack, set, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-80.25%)
Mutual labels:  stack, queue, data-structures
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+1514.01%)
Mutual labels:  data-structures, stack, queue
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-63.69%)
Mutual labels:  stack, queue, map
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (-47.77%)
Mutual labels:  data-structures, stack, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+291.72%)
Mutual labels:  stack, set, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-22.93%)
Mutual labels:  stack, dictionary, queue
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-66.24%)
Mutual labels:  data-structures, stack, queue
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (-45.86%)
Mutual labels:  data-structures, dictionary, map
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+6831.85%)
Mutual labels:  stack, set, map
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-26.75%)
Mutual labels:  stack, dictionary, queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+22.29%)
Mutual labels:  data-structures, stack, queue
Libdict
C library of key-value data structures.
Stars: ✭ 234 (+49.04%)
Mutual labels:  data-structures, dictionary, map
ctl
My variant of the C Template Library
Stars: ✭ 105 (-33.12%)
Mutual labels:  set, stack, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-43.31%)
Mutual labels:  stack, queue
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (-58.6%)
Mutual labels:  stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+1586.62%)
Mutual labels:  stack, queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-78.34%)
Mutual labels:  stack, queue
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-90.45%)
Mutual labels:  stack, queue
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (-66.24%)
Mutual labels:  stack, queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-71.97%)
Mutual labels:  stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-78.34%)
Mutual labels:  stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-50.96%)
Mutual labels:  stack, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-24.84%)
Mutual labels:  stack, queue
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-70.06%)
Mutual labels:  map, stack
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-89.17%)
Mutual labels:  stack, queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-64.97%)
Mutual labels:  stack, queue
ustd
Micro-standard-library providing minimal and portable array, queue and map for attiny avr, arduinos, esp8266/32 and linux, mac
Stars: ✭ 14 (-91.08%)
Mutual labels:  map, queue
observable ish
Observable state and events for browser and Flutter.
Stars: ✭ 26 (-83.44%)
Mutual labels:  map, set
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (+70.7%)
Mutual labels:  set, map
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (+137.58%)
Mutual labels:  data-structures, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+166.88%)
Mutual labels:  stack, queue
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-80.89%)
Mutual labels:  stack, queue
NonEmptyCollections
A type-safe implementation for collections that cannot be empty. Life is too short for emptiness-checks!
Stars: ✭ 45 (-71.34%)
Mutual labels:  map, set
Php Enum
Simple and fast implementation of enumerations with native PHP
Stars: ✭ 446 (+184.08%)
Mutual labels:  set, map
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+187.26%)
Mutual labels:  stack, queue
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+291.08%)
Mutual labels:  stack, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+298.09%)
Mutual labels:  stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+249.68%)
Mutual labels:  stack, queue
Boltons
🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
Stars: ✭ 5,671 (+3512.1%)
Mutual labels:  data-structures, queue
Bidict
The bidirectional mapping library for Python.
Stars: ✭ 779 (+396.18%)
Mutual labels:  data-structures, dictionary
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (+231.21%)
Mutual labels:  data-structures, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-77.71%)
Mutual labels:  stack, queue
Phpcollections
A set of collections for PHP.
Stars: ✭ 53 (-66.24%)
Mutual labels:  stack, dictionary
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-32.48%)
Mutual labels:  stack, queue
1-60 of 1517 similar projects