Data Structure (view)
Units included with this Open Author resource:
- Unit 1 Introduction to data structure
-
- Learning goals:
- Basics of Data Structure
- Keywords:
- data structure, linear data structure
- Unit 2 Analysis of algorithm
-
- Learning goals:
- Comparing Different Algorithms
- Keywords:
- Case time complexity, space complexity
- Unit 3 Searching and sorting
-
- Learning goals:
- To understand basic searching and sorting
- Keywords:
- Binary search, linear search, bubble sort, insertion sort, selection sort
- Unit 4 Stack
-
- Learning goals:
- Concept of stack
- Keywords:
- push, pop, recursion
- Unit 5 Queue
-
- Learning goals:
- concept of queue
- Keywords:
- enqueue, dequeue
Summary
In this course content ,we provided some basic concepts of data structure. Operation s of data structure and how to analyze algorithm also mentioned. Data structure stack and its applications are also content..