-
Updated
Apr 16, 2020 - TypeScript
#
deque
Here are 95 public repositories matching this topic...
set
tree
algorithm
typescript
avl-tree
linked-list
stack
queue
graph
graph-algorithms
dictionary
quicksort
priority-queue
data-structures
binary-tree
sorting-algorithms
deque
dijkstra-algorithm
javascript-algorithms
typescript-algorithms
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.
map
set
list
tree
collection
avl-tree
stack
queue
datastructures
containers
vector
array
container
priority-queue
hash-map
data-structures
collections
tree-structure
deque
hash-set
-
Updated
Jul 11, 2019 - C
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
c
list
library
data-structure
stack
queue
datastructures
containers
data-structures
hashmap
multiset
type-safe
heap
linkedlist
deque
multimap
datastructure
-
Updated
May 22, 2020 - C
Scala implementation of data structures from Chris Okasaki's book
-
Updated
May 5, 2019 - Scala
C++ code for "A Faster Drop-in Implementation for Leaf-wise Exact Greedy Induction of Decision Tree Using Pre-sorted Deque"
-
Updated
Sep 1, 2019 - C++
Open
The deque contest!
2
christianrpetrin
commented
Dec 1, 2018
We have included only a few open source deques in our benchmark tests. The deques in the tests were chosen due to their different designs (linked list, dynamic array, circular buffer, etc) and their high quality implementations. We also tested many others that had much inferior performance when compared to the ones in the
Algorithms and Data Structures, solutions to common CS problems.
data-structure
algorithms
graph-algorithms
graphs
hackerrank
data-structures
sorting-algorithms
stacks
deque
heaps
dijkstra-algorithm
coderbyte
fibonacci-heap
union-find
merge-sort
quick-sort
shell-sort
heap-sort
comb-sort
dynamic-connectivity-problem
-
Updated
Jan 30, 2019 - Python
JavaScript implementation of a double-ended queue
-
Updated
Mar 16, 2020 - TypeScript
Event Collections
-
Updated
Jan 14, 2020 - TypeScript
an R package implementing some useful data structures by using the R6 reference class.
map
stack
queue
functional-programming
dictionary
traversal
data-structures
deque
binary-search-trees
doubly-linked-list
reference-class
-
Updated
May 17, 2019 - R
-
Updated
Mar 7, 2020 - Java
It's STL (👋 C++ fans) for your {Type,Java}Script projects.
-
Updated
Mar 14, 2020 - TypeScript
A simple deque implementation in Javascript without using the this keyword
-
Updated
Jun 30, 2017 - JavaScript
asyncio-mongo-reflection is an ORM like library. It provides reflections that write each separate change of wrapped python's list/deque, dict or any their nested combination to mongodb objects asynchronously in background using asyncio.
-
Updated
Oct 7, 2018 - Python
Thread-safe unordered container, with thread-safe elements access/mutation, std::vector iteration speed and stable iterators
-
Updated
Oct 25, 2017 - C++
-
Updated
Nov 28, 2016 - PHP
This project is to provide an easy-to-understand overview of Java Collections framework which is actively used by developers, interviewers, interviewees, and so on. I am not aiming to describe all classes which implement Java Collection Interface, but instead, tried to explain how representative classes work internally and how those mechanisms affect the time complexity.
java
map
set
list
queue
interview
data-structures
hashmap
collections
time-complexity
deque
coding-interview
-
Updated
Sep 30, 2019 - Java
Improve this page
Add a description, image, and links to the deque topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deque topic, visit your repo's landing page and select "manage topics."
The documentation link at the bottom of the readme page seems to jump to a local up address. I think maybe needs updating?