fernabe / Data-Structures-Cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Data Structures

In this repository I will be creating different data structures for classroom practices. At the moment it only contains the linked list.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./LinkedList.

About


Languages

Language:C++ 93.7%Language:CMake 6.3%