Skip to content

SuperDan1/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

Introduction

This repository is a realization of basic data structure based on C++

Getting the Source

git clone [email protected]:SuperDan1/DataStructure.git

Building

Download Google Gtest and Build

cd tests
git clone https://github.com/google/googletest.git
cd googletest
mkdir build
cmake ..
make
sudo make install

Build

This project uses cmake to compile.

mkdir -p build && cd build
cmake ..
make -j

Run

cd tests
./data-structure

Performance——TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published