/data_structures

A collection of data structures, written in C.

Primary LanguageC

Overview

This is just a collection of data structure libraries.

Data Structures

Below are the available data structures and some information about them.

Queue

The Queue data structure is a first-in-first-out collection.

Binary Tree

The Binary Tree is a tree data structure in which each node has at most two children.

License

Each library is licensed under the MIT license, which basically lets you do anything you want.