ericpotvin / Data-Structure

C Souce Code and Exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Souce Code and Exercises

Build

To make the file, simply run:

make

To clean:

make clean

Optional

valgring might be useful to debug memory errors.

Install valgrind:

$ sudo apt-get install valgrind

Test

valgrind --track-origins=yes ./BinaryTree

About

C Souce Code and Exercises


Languages

Language:C 93.3%Language:Makefile 6.4%Language:Objective-C 0.2%