**Question-1:
Write a program to sort in ascending order random entered numbers by user using Linked Lists.
- Size of LL is not limited
- Entering numbers should be stopped by entering '0' (zero)
- Sort entered numbers using any sorting algorithm (Bubble, Selection or Insertion sort)
- Display sorted numbers in horizontal line
**Question-2:
Write a program to sort in ascending order students according to ID numbers and in descending order students marks(grades) using Doubly Linked List.
- Get three information as: ID number, Student name and one student Mark from user
- Show separately two sorted data:
- Sorted data (ID, Name, Mark) in ascending order according to students ID
- Sorted data (ID, Name, Mark) in descending order according to students Mark
- Entering data can be stopped in any style of programming as: entering negative number, '0', or 'Y' and 'N'...
- Use any sorting algorithm (Bubble, Selection or Insertion sort) to sort data****
Alan_7 0 Newbie Poster
Recommended Answers
Jump to PostThere are lots of people here who will freely give their time to help you become the best programmer you can be. There's nobody here who is interested in helping you cheat or doing your homework for you.
DaniWeb Member Rules (which you agreed to when you signed up) include:
…
All 4 Replies
NathanOliver 429 Veteran Poster Featured Poster
Alan_7 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
David W 131 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.