CS301 Assignment No 1 Solution Spring 2017 | Virtual Study Solutions

Adsetra Ads

 

CS301 Assignment No 1 Spring 2017

Here we have complete CS301 Assignment No 1 Solution and Discussion of Spring 2017. CS301 Assignment Total Marks: 20 , Assignment Due Date: May 3, 2017.
CS301 Assignment No 1 Spring 2017 Solution and discussion
CS301 Assignment No 1 Spring 2017 Solution and discussion

Recommended : CS301 Current Mid Term Papers Fall 2016

You Can Also Download CS301 Mid Term Papers, CS301 Short Notes, CS301 Assignment Solutions,CS301 Lecture Wise Questions Answers Files, CS301 Solved MCQs, CS301 Solved Quiz ,CS301  Solved Final Term Subjective Papers , Solved Final Term Objective Papers from Virtual Study Solutions For Preparation of Final Term Papers.

Recommended: What is Network Topology and its Types - Complete Tutorial

CS301 Assignment Instructions

Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

  • Assignment is submitted after due date.
  • Submitted assignment does not open or file is corrupt.
  • Assignment is copied (From internet/ to from students).
For clarity and simplicity, You are required to Upload/Submit only ONE .CPP file. Other formats will not be accepted and will be graded zero marks.

Note: Use ONLY Dev-C++ IDE for writing and executing your code.

Recommended : CS604 Assignment No 1 Spring 2017

CS301 Assignment Objectives:

The purpose of this assignment is to make you familiar with following topics:
  • Link List
  • Adding new node at start (First position) of linked List. 
  • Adding new node at last (last position) of linked List.
  • Search element from a linked list
  • Display All nodes of Linked list
Recommended : DevC++ Installation and Usage Complete Guidelines

Assignment Submission Instructions

You have to submit only .cpp on the Assignments interface of CS301 at VULMS. Assignment submitted in any other format will not be accepted and will be graded zero marks.

CS301 Assignment Question No. 1 

Marks= 20

Problem Statement:

Write a C++ program which implements a Simple Single Link List to keep the record of Students.

The program should contain an Add operation to add new node/record of student in Linked List. Each record/node of the list contains Student ID and Name. The new node/record can be added at the beginning or end of Linked List.

You also need to include Search operation in the Linked List. The search operation takes Student ID as an input and searches the entire Linked List to determine whether a student record against the provided Student ID exists or not. If the record for the given Student ID exists in given list then display Student ID and Name. If the record does not exist then display message “Student does not exist”.

The output of the program should look like the screenshots attached below:

CS301 Assignment No 1 Screen shot 1
CS301 Assignment No 1 Screen shot 1

Adding Student at 1st Position: 

CS301 Assignment No 1 Screen shot 2
CS301 Assignment No 1 Screen shot 2

Adding Student at Last position. 

CS301 Assignment No 1 Screen shot 3
CS301 Assignment No 1 Screen shot 3

Searching Student in Link List. 

CS301 Assignment No 1 Screen shot 4
CS301 Assignment No 1 Screen shot 4

CS301 Assignment Deadline:

Your assignment must be uploaded on or before 3rd May, 2017. No solution will be accepted through email after the due date. 

Recommended : ENG201 Assignment No 1 Solution Spring 2017

CS301 Assignment No 1 Solution Spring 2017:

You can download CS301 Assignment No 1 Solution from the file below.
Link list.cpp and Link list.exe has also been added in solution file below:

cs301_assignment_no_1_solution_spring_2017.rar

CS301 Assignment No 1 Solution Screenshot

CS301 Assignment No 1 Solution Screenshot
CS301 Assignment No 1 Solution Screenshot
If you liked this Post Please share it with your friends. Thank You.

Post a Comment

 

Top