Data Structures and Algorithms
Data Structures operations and Analysing Algorithms
Description
This course is aimed at any undergraduate students who are at beginners level in learning Data Structure and Algorithm, This course focus on the fundamental concepts of Data structure, its analysis and analysis of algorithms.
Basic ADT's Arrays, Linked Lists, Stacks and Queue are discussed in detail. The course is not aimed at writing the pseudo code for operations, rather on their working. Each one discussed with applications and their Pros and Cons.
The second part of the course is to teach analysis of simple algorithms with appropriate example. The two algorithm design technique Iterative and Divide and Conquer are discussed in detail with reference to the sorting algorithms.
Each session is provided with practice example and quiz to know the level of understanding.
What You Will Learn!
- Learning about the different types of operations on Linear ADT
- Insight into the applications of linear ADT
- Able to analyse the performance of an algorithm design based on the appropriate data structures.
- Able to choose the data structure and algorithm for a given problem based on the evaluation
Who Should Attend!
- Beginners in learning Computer Science Subjects