Computing.Net > Forums > Programming > 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.

linked list

Reply to Message Icon

Name: pinak
Date: November 7, 2009 at 00:02:26 Pacific
OS: Windows XP SP2 professional
Product: Hp (hewlett-packard) 6730s t6570 15.4 2048/250 pc
Subcategory: C/C++
Comment:

Write the following c functions and call them
appropriately in the main function of c
using menu approach.Please handle
special cases appropriately.

1.Create a linked list of students
consisting of the fields
{Name,Adreress,Age,Dept,
Marks, link} in sorted ordrer of name
(ascending)

2.Sort the original linked list on marks
using insertion sort method.

3.Merge two sorted linked (on marks) lists
L1 and L2 and final merged list is pointed out
out by L1.

4.Compute the average marks of students
in linked list created in 1.


When you execute the programme ,the
following menu should be displayed


MENU

1.Create a linked list
2.Sorting
3.Merging
4.Compute average marks
5.Exit



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: November 7, 2009 at 18:46:12 Pacific
Reply:

Awesome. When you get past the, "Have people on the Internet do my homework for free" stage, let us know.

If you start doing your homework yourself, but run into problems, feel free to ask us. Make sure to include the code you're having problems with.

If you prefer to have the Internet to do your homework, well, that's an option, too.


0

Response Number 2
Name: Suyash
Date: November 21, 2009 at 10:50:32 Pacific
Reply:

as razor said.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: linked list

Linked List de-allocation of pointe www.computing.net/answers/programming/linked-list-deallocation-of-pointe/12614.html

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

Linked List Help!!! www.computing.net/answers/programming/linked-list-help/6453.html