Skip to content

user-cube/binary_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Tree Search

Empirical study of random ordered binary trees.

Download and Installation

To begin using this program, choose one of the following options to get started:

Setup and running

You can run and compile everything with the created makefile.

Compile

To compile open your shell and type:

$ make binary_tree

Running

To run open your shell and type:

$ make run

Clean

To clean open your shell and type:

$ make clean