Course Outcome
- (Remembering) Recall the fundamental concepts and terminology of data structures.
- (Understanding) Understand the various types of data structures and their applications.
- (Applying) Implement linear data structures like arrays, stacks, and queues.
- (Analyzing) Analyze and implement non-linear data structures like trees and graphs.
- (Evaluating) Evaluate the performance of different data structures based on time and space complexity.
- (Creating) Design algorithms using appropriate data structures to solve real-world problems.