/datastructures

A collection of data structures implemented in C

Primary LanguageC++

Data Structures Library

A collection of data structures implemented in C.

Tests

Tests found in test are automatically built and run using Google Test as part of the default make target. make test can be used to run the tests explicitly.

Benchmarks

Benchmarks found in benchmark are automatically built and run using Google Benchmark when make bench is executed.