Data Structures and Algorithms (Practical) : L T P: 3 0 0 Credits: 02
Data Structures and Algorithms (Practical) : L T P: 3 0 0 Credits: 02
L T P: 3 0 0
Credits: 02
List of Practicals
Program Title
1. Linear Search
2. Finding the maximum element in an array
3. Create 5 nodes in singly linked list
4. Insert an element in the beginning of singly linked list.
5. Insert an element in the end of singly linked list.
6. Insert an element at any position in singly linked list.
7. Counting the number of nodes in singly linked list.
8. Implement stack using array.
9. Implement stack using linked list.
10. Implement circular queue
11. Insert an element at any position in doubly linked list.
12. Delete a node at given position in doubly linked list.
13. Tower of Hanoi.
14. Reverse a string using stack