This document is a lab manual for the course "Analysis and Design of Algorithms" at Amity University Haryana. It contains 11 experiments on algorithms including binary search, merge sort, quicksort, knapsack problem, and graph algorithms like Kruskal, Prim's, BFS and DFS. The introduction provides an overview of algorithm design and analysis. The experiments provide code snippets in C/C++ to implement the given algorithms.