This document contains a list of 10 experiments related to data structures and algorithms for the subject DS with subject code 2130702. The experiments cover topics like pointers, dynamic memory allocation, stacks, queues, linked lists, binary trees, searching algorithms including linear and binary search, and sorting algorithms like bubble sort, merge sort, and queue sort. Students will implement programs to perform common operations on each data structure and compare different searching and sorting techniques.