[TOC]
This repository is a realization of basic data structure based on C++
git clone [email protected]:SuperDan1/DataStructure.git
cd tests
git clone https://github.com/google/googletest.git
cd googletest
mkdir build
cmake ..
make
sudo make install
This project uses cmake
to compile.
mkdir -p build && cd build
cmake ..
make -j
cd tests
./data-structure