igrik82 / Structures

C template library. Data Structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C template library. Data Structures.

This repository contains some structures:

  1. Singly Linked List - one way connected structure. Example and library.
  2. Doubly Linked List - bidirectional connected structure. Example and library.
  3. Stack - a structure where insertion and extraction of items takes place at one end. Example and library.
  4. Queue - a structure where insertion takes place at the end of the list, but extracted from the beginning. Example and library.

About

C template library. Data Structures.


Languages

Language:C 94.9%Language:CMake 3.1%Language:Objective-C 2.0%