/CPP-Structures

Structures in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Structure

This is my implimentation of general coding structures in C++

The purpose of this project was to learn more about pointers and coding / compiling projects in C++.

Project includes:

  • Stack
  • Queue
  • Single Linked List
  • Double Linked List

Extra files included:

  • Single Linked Node
  • Double Linked Node