0% found this document useful (0 votes)
72 views1 page

Lab PPP

This document outlines the sessions, topics, and objectives for the Data Structures and Object Oriented Programming lab course. The course covers fundamental C++ concepts like classes and objects as well as data structures like arrays, linked lists, stacks, queues, and trees. Students will implement these common data structures and algorithms like sorting using both arrays and linked lists to understand their behavior and applications.

Uploaded by

selva20
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views1 page

Lab PPP

This document outlines the sessions, topics, and objectives for the Data Structures and Object Oriented Programming lab course. The course covers fundamental C++ concepts like classes and objects as well as data structures like arrays, linked lists, stacks, queues, and trees. Students will implement these common data structures and algorithms like sorting using both arrays and linked lists to understand their behavior and applications.

Uploaded by

selva20
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

SUB CODE & NAME : EC2209 DATA STRUCTURES AND OBJECT ORIENTED PROGRAMMING LAB

Branch : ECE

Semester : III

Cycle

Session No 1,2

S.No 1

Title Basic Programs for C++ Concepts 1.a.Class and object implementation

1.b.Inheritence (multilevel inheritance)


3. I 4. 5. Session No 6. 7. II 2 3 4 S.No 5 6 Array implementation of List Abstract Data Type (ADT) Linked list implementation of List ADT Cursor implementation of List ADT TITLE Stack ADT - Array and linked list implementations Implementing the following source files a) Program source files for Stack Application 1 b) Array implementation of Stack ADT c) Linked list implementation of Stack ADT d) Program source files for Stack Application 2 Queue ADT Array and linked list implementations

Cycle

Cycle III

Session no 9 10 11

S.No 8 9 10

Title Search Tree ADT - Binary Search Tree Heap Sort Quick Sort

You might also like