0% found this document useful (0 votes)
3 views

Assignment3__Python_2024-25

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Assignment3__Python_2024-25

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Vidyavardhini’s College of Engineering & Technology

Department of Computer Engineering


Academic Year: 2024-25

Assignment - 3
Sub.: CSL405/ Skill Based Lab: Python Programming Year/Sem.: SE/ IV
Date: Submission Date: 23/02/2025

Course Outcome:
CSL405.3: Implement linked list, stacks, queues, and dequeues data structures

Q.No. Question Bloom Level


1 You wish to maintain a record of your CGPA for all semesters with your Apply
roll number (up to two semesters initially). Implement a linked list for
this using Python. The linked list shall allow the following operations:
1. Add a new node (Third-semester roll number and CGPA).
2. Search a node (Using the index).
3. Traverse through the linked list.
4. Find the size of the linked list.

You might also like