This document contains a lab manual for data structures programming. It outlines various exercises including representing sparse matrices using arrays and linked lists, implementing stack and queue data structures using arrays and linked lists, and performing operations on singly, doubly and circular linked lists. It also covers binary tree traversals, binary search tree implementation and operations, and algorithms including heap sort, quick sort, depth first search, breadth first search and Dijkstra's algorithm.