Skip to content

ENvironmentSet/haskell-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-data-structures

just for fun

Data Structure List

  • Array
  • Tuple(Pair only)
  • Double-ended queue
  • LinkedList(List, one direction + no circularity)
  • Stack
  • Set
  • MultiSet
  • Map(Associative Array)
  • MultiMap
  • Queue
  • Dequeue
  • Graph
  • Tree
  • Binary Search Tree
  • Priority Queue
  • Union-Find
  • Segment Tree
  • Minimum Spanning Tree
  • Trie
  • Heap
  • Suffix Array
  • Persistent Segment Tree
  • Block-Cut Tree
  • AVL Tree
  • Red-Black Tree
  • Fibonacci Heap
  • Binomial heap

About

data structures implemented by haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published