summaryrefslogtreecommitdiff
path: root/tree/Readme
blob: ff5d3d2e4f74a03e0d6ccc4a994e34b80d48548d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
tree
by Jonas Gunz, 2/2017

Implements a tree datastructure

WINDOWS
=======
use MinGW (mingw.org) GCC Compiler
Make sure C:\MinGW\bin and C:\MinGW\msys\1.0\bin are added to the PATH system variable!

LINUX / UNIX
============
use standard gcc, g++ and make as supplied with your distribution

BUILD INSTRUCTIONS
==================

Build with

cd ./Debug
make all

Run with

cd ./Debug
./tree

clean with
cd ./Debug
make clean

Source in 
./src