Skip to content

ambersun1234/Data-Structures

Repository files navigation

Data Structures

CI

Collection of all data structures implementation with c++

Clone repo

git clone --recurse-submodules https://github.com/ambersun1234/Data-Structures

Git hooks

  • enable git hooks by make all

Run

make compile stack
make run stack

Run test

make unit stack
make test stack

# replace stack with other data structures(directory name start with struct_*)

Run all test

make ci

Implementation link

License

  • This project is licensed under Apache-2.0 License - see the LICENSE file for detail

Releases

No releases published

Packages

No packages published