Computing.Net > Forums > Programming > C++ BST and linked list

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

Reply to Message Icon

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.

http://www.cba.uc.edu/faculty/rokeyrs/321assignment5.htm



Sponsored Link
Ads by Google

Response Number 1
Name: Pixy
Date: May 30, 2002 at 04:26:30 Pacific
Reply:

Hey~

I was wondering if you could post your code here, would be easier to help:)


0

Response Number 2
Name: Jim
Date: May 30, 2002 at 07:06:40 Pacific
Reply:

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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: C++ BST and linked list

Linked Lists in C www.computing.net/answers/programming/linked-lists-in-c/11729.html

Linked List www.computing.net/answers/programming/linked-list/2064.html

c++ doubly linked list help!!! www.computing.net/answers/programming/c-doubly-linked-list-help/4586.html