yuyichao / DataStructures.jl

Julia implementation of Data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Status Appveyor Build Status Test Coverage Test Coverage PkgEval.jl Status on Julia 0.3 PkgEval.jl Status on Julia 0.4 Documentation Status

DataStructures.jl

This package implements a variety of data structures, including

  • Deque (based on block-list)
  • Stack
  • Queue
  • Accumulators and Counters
  • Disjoint Sets
  • Binary Heap
  • Mutable Binary Heap
  • Ordered Dicts and Sets
  • Dictionaries with Defaults
  • Trie
  • Linked List
  • Sorted Dict, Sorted Multi-Dict and Sorted Set
  • DataStructures.IntSet
  • Priority Queue

Resources

About

Julia implementation of Data structures

License:MIT License


Languages

Language:Julia 100.0%