dummy-link
Julia Observer
Home
Pkgs
DataStructures
Github Page
About
Clear Cookies
Settings
Models
RSS Feeds
Users
All Models
×
Settings
Include Unregistered Packages
min stars
max stars
start date
end date
last updated: about 7 hours ago
DataStructures
Julia implementation of Data structures
Counts
417
stargazers
149
issues
180
forks
30
contributors
Readme
DataStructures.jl
This package implements a variety of data structures, including
Deque (implemented with an
unrolled linked list
)
CircularBuffer
CircularDeque (based on a circular buffer)
Stack
Queue
Priority Queue
Fenwick Tree
Accumulators and Counters (i.e. Multisets / Bags)
Disjoint-Set
Binary Heap
Mutable Binary Heap
Ordered Dicts and Sets
RobinDict (implemented with
Robin Hood Hashing
)
SwissDict (inspired from
SwissTables
)
Dictionaries with Defaults
Trie
Linked List and Mutable Linked List
Sorted Dict, Sorted Multi-Dict and Sorted Set
DataStructures.IntSet
SparseIntSet
DiBitVector (in which each element can store two bits)
Red Black Tree
AVL Tree
Splay Tree
Resources
Documentation
:
https://juliacollections.github.io/DataStructures.jl/latest
First Commit
03/13/2013
Last Touched
7 days ago
Commits
1021 commits
Requires:
Compat
OrderedCollections
Markdown
SHA
Dates
REPL
LibGit2
Used By:
SearchMethods
Gadfly
JuMP
DSGE
LightGraphs
ModelingToolkit
QuantEcon
StatsBase
TextAnalysis
ParallelAccelerator
CuArrays
StatsPlots
StatPlots
JLD2
PGFPlotsX
RCall
Graphs
Compose
Modia
OrdinaryDiffEq
VegaLite
Symata
Reactive
DiffEqBiological
BayesNets
StatsModels
COSMO
Celeste
Clang
Laplacians
View All Dependent Pkgs
Julia Observer
made w/ <3
Pkg.add("DataStructures")
homepage
https://juliacollections.github.io/DataStructures.jl/latest/
owner
JuliaCollections
Activity
Loading...
Contributors
Versions
0.3.5
0.2.11
0.15.0
0.4.2
0.8.4
0.2.10
0.2.6
0.2.13
0.6.0
0.3.12
Julia Observer
made w/ <3