hi
please please i need a help
i have an assignment and i need the answer because i have to submitted tomorrow
this is the question
it is in C++
i nedd the code please
Given a structure definition:
struct student{
int student_id;
float student_marks;
struct student * llink;
struct student * rlink;
}
a. Create a doubly linked list by adding five nodes using dynamic memory allocation. Structure of each node in the linked list is given above, make this linked list circular and display the elements of the linked list.
b. Write a program/algorithm to sort linked list based on student marks created in 2 a. in ascending order.
help on homework
Started by sandrla, Dec 27 2009 08:03 AM
8 replies to this topic
#1
Posted 27 December 2009 - 08:03 AM
|
|
|
#2
Posted 28 December 2009 - 08:25 AM
What do you have so far?
#3
Posted 28 December 2009 - 09:44 AM
#4
Posted 25 March 2010 - 05:05 AM
Forum != PrivateTutor
While( !User.hasAnswer )
{
User.askQuestion();
if( User.postCode && User.putForthEffort )
{
CodeCallMembers.Help();
User.hasAnswer = true;
}
else
{
CodeCallMembers.Laugh();
}
}
-CDG10620
Software Developer
Software Developer
#5
Posted 25 March 2010 - 10:21 AM
#6
Posted 25 March 2010 - 10:22 AM
I've decided that I should be getting some major rep for that little block of code. lol
-CDG10620
Software Developer
Software Developer
#7
Posted 25 March 2010 - 10:24 AM
#8
Posted 25 March 2010 - 10:26 AM
Yeah... I spent some time this morning searching for threads where that line of code was applicable. there were a lot. :P It doesn't surprise me. I'm going to start throwing that on every thread where someone is attempting to outsource their homework to us.
-CDG10620
Software Developer
Software Developer
#9
Posted 25 March 2010 - 10:30 AM


Sign In
Create Account

Back to top









