DS Ai-A Section TLP
DS Ai-A Section TLP
Regulation: RM21
Branch: CSE-AI-A
S.No Topic Mode of Proposed Conducted Remarks
teaching date date
UNIT-I
35 Scheduling BB 21/04/25
51 Caching BB 03/06/25
04/06/25
COS Unit no CO
Explain the role of linear Data structures in organizing and accessing data efficiently in
CO 1 1
algorithms
Design implement and apply linked lists for dynamic data storage demonstrating
CO 2 2
understanding of memory allocation.
Develop programs using stacks to handle recursive algorithms manage program states
CO 3 3
and solve related problems
Apply queues based algorithms for efficient task scheduling and breadth first traversal
CO 4 4 in graphs and distinguish between d-ques and priority queues and apply them
appropriately to solve data management challenges
CO 5 5 Devise novel solutions to small scale programing challenges involving data structures