Dear VU (Virtual University of Pakistan) Students, here you can read or Download CS301 - Data Structures Assignment No 1 Solution and Discussion of Semester Spring 2018. This assignment covers lesson no. 1-8. Total Marks are 20. We are here to facilitate your learning and we do not appreciate the idea of copying or replicating solutions. You can also like for latest update our Facebook page, YouTube channel and follow on Google+.



Instructions:
It should be clear that your assignment will not get any credit (marks) if:
  • The assignment is submitted after due date.
  • The submitted code does NOT compile.
  • The submitted assignment file is not in .CPP format.
  • The submitted assignment file does not open or is corrupted.
  • The assignment is copied (from other student or ditto copy from handouts or internet).
Uploading instructions:

  • For clarity and simplicity, you are required to Upload/Submit only .cpp file which will contain solution of question.
  • Do not wait for grace day. Grace Day is given only if there is problem with LMS on due date. Submit your solution within due date.
  • Note that no assignment will be accepted through email if there is any problem in LMS on grace day.
Note: Use only dev-C++ IDE.
Objective:
  • The objective of this assignment is
  • To make you familiar with link list data structure and programming techniques to implement and understand working of this data structure.
For any query about the assignment, contact at cs301@vu.edu.pk
Question No.1:
Write a C++ program to create and save students information into linked list.

Your program should fulfill following requirements.
  1. Your program will save the information of student into a student object.
  2. Then create list of students which will save into a liked list. The structure of Student object and Students list is showing above in the diagram. 
  3. After making the list of students, give 3 options to user to perform some search operations from the list as given below.
  4. Show all students from the list who are enrolled in the course (code entered by user).
  5. Show all students from the list who got greater than or equal CGPA mentioned by user. Suppose user entered 3.4 then all students who got 3.4 or more CGPA should show on the screen.
  6. Show all students from the list who got greater than or equal to Marks mentioned by user. Suppose user entered 65 then all students who got 65 or more Marks should show on the screen.
  7. User should be able to repeat different type of searches without closing the program. You can see this functionality in Sample Output Demo video attached with assignment file.
  8. For demonstration of required solution, watch attached “Sample Demo” video file.
Lectures Covered:  This assignment covers Lectures # 1 - 8
Deadline: Your assignment must be uploaded / submitted on / before, 10 May, 2018.

Download Assignment Solution File:
Download CS301 Assignment Solution by Clicking the Download Button Below in just single Click

Download

Post a Comment

 
Top