jacobmcnamee / datastructures

A collection of data structures implemented in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of data structures implemented in C


Languages

Language:C++ 53.6%Language:C 42.1%Language:Makefile 4.3%