- Name: Manimehalan Thiyagarajan
- Index Number: 23001062
- Email Address: [email protected]
- Tested on Linux: Yes
- This code was tested on pop os 22.04
- Compiler: GCC
- Build System: Make
- Input text file: input.txt in
data/
directory
- Build the project:
make
- Run the program:
make run
- Clean the build files: (Optional)
make clean
data/input.txt
is necessary for the project to function.- Modify the contents of
input.txt
to change binary search tree data - Data in
input.txt
must be in the below format:- Each word should be entered in the file line by line as shown below
Cat Dog Rat Bat Bag Nut Mug Cup Kid Dig
- The final executable file is stored in
build/
directory and named asbst