You are on page 1of 1

DS Index

Sr. Topic Name Date Sign


No.
1. Sorting
a. Bubble Sort
b. Insertion Sort
c. Selection sort
d. Shell sort
e. Radix Sort
2. Searching
a. Sequential Search
b. Binary Search
3. Stacks & Queues
a. Array implementation
b. Stack- Linked List implementation
c. Ordinary Queue
d. Circular queue
e. Double ended queue
f. Queue- Linked List implementation
g. Evaluation of postfix expressions
h. Balancing of parenthesis
i. BFS
4. a. Implementation of singly LINKED
LISTS
b. Implementation of two singly LINKED
LISTS
c. Implementation of Circular Linked List
d) Two Singly Linked Lists to Merge,
Append, Union, Intersection
e) Implementation of doubly LINKED
LISTS
5. BINARY SEARCH TREES
6. HEAP
a) MinHeap
b) MaxHeap
7. HASHING
a. Methods for Hashing
b. Method for Collision Resolution
8. GRAPHS
a) Represent a graph using the Adjacency
Matrix
b) Find the Shortest Path in a Graph
using Warshall’s Algorithm
c) Find the Minimum Spanning Tree
(using ANY method Kruskal’s Algorithm
or Prim’s Algorithm)

You might also like