Data Structures (CY303)-CSE-Cyber Security/Cyber Security (III-Semester) | RGPV
-
Syllabus
- Syllabus - Data Structures (CY303)
-
Introduction to Data Structure
- Concepts of Data and Information
- Classification of Data structures
- Abstract Data Types
- Implementation aspects
- Introduction to linear data structures
-
Stacks and Queue
- Stacks as ADT
- Queues
-
Tree
- Definitions
- Binary Search Tree
- Introduction to forest, multi-way Tree
-
Graphs
- Introduction to Graphs
- Classification of graph
- Graph algorithm
-
Sorting
- Introduction to Sorting
- Sort methods
- Searching
- Case Study