Skip to content

Domroon/data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data_structures

Data Structures for the C Programming Language

Currently implemented

  • linked lists
  • dict

Use make to build the Project

compiling

 make

compiling with debug informations (e.g. for gdb)

 make debug

running tests

 make test

cleaning build environment

make clean

About

Data Structures for the C Programming Language

Resources

Stars

Watchers

Forks

Packages

No packages published