Document
Document
Document
CO1 Statement of CO1: Describe how arrays, linked lists, stacks, queues, trees, and graphs are represented in memory, used by the
algorithms and their common applications.
CO2 Statement of CO2: Discuss the computational efficiency of the sorting and searching algorithms.
CO3 Statement of CO3: Implementation of Trees and Graphs and perform various operations on these data structure.
CO4 Statement of CO4: Understanding the concept of recursion, application of recursion and its implementation and removal of
recursion.
CO5 Statement of CO5: Identify the alternative implementations of data structures with respect to its performance to solve a real world
problem.