Department of Computer Science & Engineering

Richard Stallman Laboratory


Course Outcomes

Data Structure & Algorithm (CS392)

Course Outcomes
CS392.1 Able to explain and define the basic static and dynamic data structure and relevant standard algorithms
CS392.2 To compare the simple linear data structures algorithms such as array, stacks, queue and linked list.
CS392.3 To solve problems involving nonlinear data structures like graphs, trees and heaps with decreased time and space complexity.
CS392.4 To examine and design time efficient algorithms for solving problems like sorting, searching, insertion and deletion of data.
CS392.5 Able to interpret and evaluate solutions of given computing problems and implement mini projects in a team.