#
dequeue
Here are 35 public repositories matching this topic...
JavaScript implementation of a double-ended queue
-
Updated
Sep 5, 2020 - TypeScript
Task scheduling for .NET: Azure Service Bus
-
Updated
Sep 11, 2019 - C#
Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.
java
avl-tree
linked-list
stack
queue
array
priority-queue
data-structures
binary-search-tree
red-black-tree
binary-search
disjoint-sets
max-heap
dequeue
arraylist
doubly-linked-list
circular-linked-list
circular-queue
bubblesort
splay-trees
-
Updated
Oct 19, 2018 - Java
Qluent provides a very simple Fluent API and wrapper classes around the Microsoft Azure Storage SDK
serialization
asynchronous
azure
messaging
azure-sdk
consumer
message-queue
pop
azure-storage
producer-consumer
receive-messages
netframework
dequeue
csharp-library
azure-storage-queue
message-count
netcore2
storage-queue
message-visibility
message-poison
-
Updated
Apr 22, 2018 - C#
Stack, Queue and Dequeue
-
Updated
Sep 5, 2019 - JavaScript
Some codes for Queue operations such as Queue with Array, Circular Queue with Array, Queue with Linked List, Circular Queue with Linked List, Circular Queue Linked List Splitting. These are having operations such as enqueue, dequeue, traverse, insertion, deletion, traverse, isEmpty, isFull, searching etc. ( in C++)
cpp
splitting
traverse
dequeue
circular-queue
queue-linked-list
isempty
queue-data-stucture
queue-array
circular-queue-array
circular-queue-linkedlidt
isfull
-
Updated
Mar 15, 2020 - C++
Contains solutions for problems from LeetCode in c#. Contains only the function and not the entire code.
tree
linked-list
queue
leetcode
strings
competitive-programming
string-manipulation
binary-tree
arrays
leetcode-solutions
stacks
leetcode-questions
string-search
dequeue
doubly-linked-list
circular-linked-list
leetcode-csharp
-
Updated
Sep 12, 2020 - C#
(WIP) Data structures implementations in Go
go
golang
list
stack
queue
datastructures
data-structures
binary-search-tree
abstract-data-types
dequeue
union-find
-
Updated
Apr 5, 2020 - Go
C programming language. Linked List, Queue, Dequeue.
-
Updated
Mar 27, 2019 - C
In computer science, a queue is a collection in which the entities in the collection are kept in order and the principal operations on the collection are the addition of entities to the rear terminal position, known as enqueue, and removal of entities from the front terminal position, known as dequeue.
-
Updated
Jan 21, 2019 - Python
Dequeue Google Fonts loaded by the Divi theme (and the Monarch plugin).
-
Updated
Aug 8, 2017 - PHP
In computer science, a double-ended queue (abbreviated to deque) is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front (head) or back (tail).
-
Updated
Jan 21, 2019 - Python
This repository contains data structures and operations perform on them, like Stack, Queue, Link List, Trees etc.
-
Updated
Aug 8, 2020 - C
Implementation of dequeue in C++ with tests (Accomplished for academic credit)
-
Updated
May 10, 2018 - C++
-
Updated
Apr 15, 2020 - Java
This program is the implementation of a priority queue data structure. The program enqueues and dequeues strings using priority queue. Additionally, the program also compares other data structures like BSTs, Heaps, Linked Lists and Arrays.
c
c-plus-plus
linked-list
string
array
priority-queue
data-structures
binary-search-tree
heaps
dequeue
enqueues
-
Updated
Apr 26, 2019 - C++
Solving problems related to data structures for practice.
-
Updated
Jul 2, 2020 - Jupyter Notebook
implementing different types of queues with a number of implementation styles
-
Updated
Aug 25, 2018 - Python
c
linked-list
queue
data-structures
dequeue
singly-linked-list
circular-linked-list
circular-queue
double-ended-queue
-
Updated
Feb 15, 2020 - C
Java implementation of some basic data structure with Generics
-
Updated
Aug 15, 2020 - Java
Algorithms and Data Structures
c
tree
queue
algorithms
datastructures
cpp
graph
dictionary
coda
data-structures
binarytree
lista
dequeue
algorithms-datastructures
datastructures-algorithms
algorithms-and-data-structures
pila
uniba
dizionario
albero
-
Updated
Feb 25, 2020 - C++
Repositório responsável por implementações de diversas estruturas de dados através da utilização da linguagem Java.
list
tree
stack
queue
tad
binary-search-tree
binary-tree
heap
pilha
fila
lista
estruturas-de-dados
dequeue
arraylist
arrayqueue
arraystack
arvore
arvore-de-busca-binaria
-
Updated
Nov 7, 2019 - Java
Second programming assignment for Princeton's course "Algorithms, part I"
-
Updated
Mar 2, 2020 - Java
Data Structures Implementations and Unit Tests in Python 3
python
unit-testing
tree
avl-tree
linked-list
stack
queue
graph
data-structures
binary-search-tree
heap
python-3
unit-test
dequeue
object-oriented-programming
-
Updated
May 24, 2020 - Python
Node Enqueue Server
-
Updated
May 16, 2017 - JavaScript
Improve this page
Add a description, image, and links to the dequeue topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dequeue topic, visit your repo's landing page and select "manage topics."