Computer Science
Study Material For BSc(CS) students.
Home
B.Sc.(CS)
F.Y.B.Sc(CS)
Problem Solving using Computer and ‘C’ Programming
S.Y.B.Sc(CS)
Data Structures and Algorithms I
Notes
Lab Assignments
Data Structures and Algorithms II
Notes
Lab Assignments
T.Y.B.Sc(CS)
Operating System I
Notes
Lab Assignments
Operating System II
Notes
Lab Assignments
M.Sc.(CA)
F.Y.M.Sc(CA)
Operating System
Notes
S.Y.M.ScCA)
Python Programming
Notes
Lab Assignments
Downloads
Syllabus
MCQs
Practice Tests
OS
Sunday, 6 June 2021
DS-(I) Assignment 4: Singly Linked List – Dynamic Implementation
June 06, 2021
DS LAB (I)
No comments
Set A.
a) Implement a list library (singlylist.h) for a singly linked list with the above six operations. Write a menu driven driver program to call the operations.
b) Implement a list library (singlylist.h) for a singly linked list. Create a linked list, reverse it and display reversed linked list.
Set B.
a) There are lists where insertion should ensure the ordering of data elements. Since the elements are in ascending order the search can terminate once equal or greater element is found. Implement a singly linked list of ordered integers (ascending /descending) with insert, search and display operations.
b) There are lists where new elements are always appended at the end of the list. The list can be implemented as a circular list with the external pointer pointing to the last element of the list. Implement singly linked circular list of integers with append and display operations. The operation append(L, n), appends to the end of the list, n integers either accepted from user or randomly generated.
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 Comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Popular
Tags
Blog Archives
Followers
ABOUT
Rahul Sonawane
Nashik, Maharashtra, India
Qualification: M.Tech (IMCA), NET, SET
View my complete profile
Popular Posts
Powered by
Blogger
.
Wikipedia
Search results
Blog Archive
March
(1)
January
(1)
January
(5)
June
(13)
April
(3)
March
(2)
February
(1)
November
(1)
October
(3)
0 Comments:
Post a Comment