This is just a collection of data structure libraries.
Below are the available data structures and some information about them.
The Queue data structure is a first-in-first-out collection.
The Binary Tree is a tree data structure in which each node has at most two children.
Each library is licensed under the MIT license, which basically lets you do anything you want.