Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

i want to make a program using Binary search tree to store different courses and

ID: 3612513 • Letter: I

Question

i want to make a program using Binary search tree to store different courses and their prerequisites and based on this list it will allow ant student to take any course or not........i dont know what to do and how to start it..im confused..the examples that i have read in the book are for integer data type but the course id are of character data type and i dont know how to adjust it on to the right or the left side on the tree(courses)..and should i make an individual node for each course or e.g in my first semester i studied 5 courses,should i start in dat way lyk to input all dat 5 courses in the root node then make sub nodes..and if im right can sum one give an example code to get an idea for that..

Explanation / Answer

Can you post your original assignment instructions?