AlTimofeyev / DataStructures

A collection of different data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures

A collection of different data structures.
To use the desired data structure, simply include the desired data structure file(s) in your project folder.

Here is what is included with each data structure

  • The Data structure code.
  • Documentation of the data structure code.

List of Data Structres

  • Singly Linked List
  • Doubly Linked List
  • Stack
  • Binary Tree

About

A collection of different data structures

License:MIT License


Languages

Language:C++ 100.0%