- Name: Manimehalan Thiyagarajan
- Index Number: 23001062
- Email Address: 2023cs106@stu.ucsc.cmb.ac.lk
- 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.txtis necessary for the project to function.- Modify the contents of
input.txtto change binary search tree data - Data in
input.txtmust 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