DS Lab Exp
Total hits
Exp 1. A college has N number of students and the following details....
Exp 2. Department of CSE has readers club named 'Aalochana'.Students can be....
Exp 3. A company has N number of employees and it maintains the following details...
Exp 4A. Develop a menu driven program to perform the following operations on a stack...
Exp 4B. Write a program to check whether a string is palindrome or not using stack data structure
Exp 4C. Mostly syntax errors in a computer program arise due to unbalanced braces (such as (), {}, [])...
Exp 5A. Develop a menu driven program to perform the following operations on a queue of characters
Exp 5B. A restaurant based on its human resources can accept a maximum of N number of food order....
Exp 6. Write a program to perform the following operations on the binary search tree....
Exp 7. There are train paths between cities. If there is a train between city A and city B...
Exp 8. Store register numbers of students who attended placement training program in a random order in an array....
Exp 9A. Write a program to sort a given set of integers using Quick sort.
Exp 9B.Write a program to sort a given set of integers using Shell sort.
Exp 10A. Write a program to sort a given set of integers using merge sort.
Exp 10B. Write a program to read the marks obtained by students in a mathematics examination and store ...