Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 228 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 228 Bytes

data_structures

Simple data structures library in C

Requirements

  • gcc/g++ compiler

Usage

Compilation of library

make

Run all tests

make test

Run valgrind check

make valgrind

Clean directory

make clean