Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 300 Bytes

File metadata and controls

6 lines (4 loc) · 300 Bytes

StructBucket

A collection of data structure implementations and algorithms for C++, along with associated unit tests.

Unit tests were implemented using the Catch2 2.13.10 single header library: https://github.com/catchorg/Catch2/tree/v2.x

To run all unit tests, compile and run Tests/Tests.cpp