3rd Sem, AIDS

3AID4-21: Data Structures and Algorithms Lab Syllabus for AIDS 3rd Sem 2021-22 Regulation RTU

Data Structures and Algorithms Lab detailed syllabus for Artificial Intelligence & Data Science (AIDS) for 2021-22 regulation curriculum has been taken from the Rajasthan Technical University official website and presented for the artificial intelligence & data science students. For course code, course name, number of credits for a course and other scheme related information, do visit full semester subjects post given below.

For Artificial Intelligence & Data Science 3rd Sem scheme and its subjects, do visit AIDS 3rd Sem 2021-22 regulation scheme. The detailed syllabus of data structures and algorithms lab is as follows.

Data Structures and Algorithms Lab

Unit 1

Write a simple C program on a 32 bit compiler to understand the concept of array storage, size of a word. The program shall be written illustrating the concept of row major and column major storage. Find the address of element and verify it with the theoretical value. Program may be written for arrays up to 4-dimensions.

Unit 2

Simulate a stack, queue, circular queue and dequeue using a one dimensional array as storage element. The program should implement the basic addition, deletion and traversal operations.

Unit 3

Represent a 2-variable polynomial using array. Use this representation to implement addition of polynomials

Unit 4

Represent a sparse matrix using array. Implement addition and transposition operations using the representation.

Unit 5

Implement singly, doubly and circularly connected linked lists illustrating operations like addition at different locations, deletion from specified locations and traversal.

Unit 6

Repeat exercises 2, 3 & 4 with linked structure.

Unit 7

Implementation of binary tree with operations like addition, deletion, traversal.

Unit 8

Depth first and breadth first traversal of graphs represented using adjacency matrix and list.

Unit 9

Implementation of binary search in arrays and on linked Binary Search Tree.

Unit 10

Implementation of different sorting algorithm like insertion, quick, heap, bubble and many more sorting algorithms.

For detailed syllabus of all other subjects of Artificial Intelligence & Data Science, 2021-22 regulation curriculum do visit AIDS 3rd Sem subject syllabuses for 2021-22 regulation.

For all Artificial Intelligence & Data Science results, visit Rajasthan Technical University artificial intelligence & data science all semester results direct link.

Leave a Reply

Your email address will not be published. Required fields are marked *

*