- Student Information
- Testing Environment
- Prerequisites
- How to execute the program
- Remove build files
- Special Notes
- Name: Manimehalan Thiyagarajan
- Registration Number: 2023/CS/106
- 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
- Graph text file: graph.txt in
data/
directory
- Build the project:
make
- Run the program:
make run
- Clean the build files: (Optional)
make clean
data/graph.txt
is necessary for the project to function.- Modify the contents of
graph.txt
to change graph data - The final executable file is stored in
build/
and named asbfs