structure v0.2.2 API Reference

Modules

Structure is a library used to explore functional data structures using Elixir

A Binary Search Tree. This is a binary tree where each element is greater than every element in its left subtree and less than every element in its right subtree

Efficient double ended fifo queue

A simple stack data structure. Supports push, pop and head operations