Artificial Intelligence and Data Science (AD303)-III-Semester (III-Semester) | RGPV
-
Syllabus
- Syllabus - Artificial Intelligence and Data Science (AD303)
-
Introduction to Data Structure
- Concepts of Data and Information
- Classification of Data structures
- Abstract Data Types
- Implementation aspects
- Introduction to linear data structures
- Application of linked list
-
Stacks and Queue
- Stacks as ADT
- Application of Stack
- Queues
- Application of queues
-
Tree
- Definitions
- Binary Search Tree
- AVL Tree, Heap
- Applications and comparison of various types of tree
-
Graphs
- Introduction to Graphs
- Graph Traversal
- Graph algorithm
- Comparison between different graph algorithms
- Application of graphs
-
Sorting
- Introduction to Sorting
- Searching
- Case Study