Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ BST and linked list
Name: Ben Vagedes Date: May 29, 2002 at 22:29:22 Pacific
Comment:
For my 300 level class, we have to use a BST and a linked list. I have written programs for both, but I do not understand how to combine them. I will place the assignment on here. If anyone could help, i would gladly appreicate it. Thank you.
Sounds like he wants you to make a Binary Search Tree of all the classes offered at the university. Each class node should include the listhead of a linked list that lists all of the students taking that class.
Summary: Hello. I'm having quite major difficulties implementing a linked list in a C program. The problem is to scan through a text file containing the lyrics of a song (Bob Dylan's "Blowin' in the Wind) & co...
Summary: If you have no idea where to start or how to do it, I would guess that you haven't been paying attention in class and/or have been posting on forums like this to have others do your homework. So my s...