The document lists the experiments for the CSE108 Data Structures Laboratory at Jeppiaar University, Chennai. It includes various implementations such as stack and queue using arrays, linked lists, binary search trees, AVL trees, and sorting algorithms. Additionally, it covers hashing techniques and conversions between infix and postfix expressions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views1 page
List_of_experiments (DATA STRUCTURES)
The document lists the experiments for the CSE108 Data Structures Laboratory at Jeppiaar University, Chennai. It includes various implementations such as stack and queue using arrays, linked lists, binary search trees, AVL trees, and sorting algorithms. Additionally, it covers hashing techniques and conversions between infix and postfix expressions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
JEPPIAAR UNIVERSITY, CHENNAI
SCHOOL OF ENGINEERING AND TECHNOLOGY
LIST OF EXPERIMENTS- CSE108 DATA STRUCTURES LABORATORY
SNO EXPERIMENT
1 Array implementation of Stack
Array implementation of Queue
2 Implementation of Singly Linked List 3 Linked list implementation of Stack and Queue ADTs 4 Implementation of Infix to Postfix conversion 5 Implementation of Binary Search Trees 6 Implementation of AVL Trees 7 Implementation of Binary heap 8 9 Implementation of Binary Search
10 Implementation of Bubble Sort
11 Implementation of Quick Sort
12 Implementation of Open Addressing Hashing Technique