0% found this document useful (0 votes)
29 views1 page

DS File Index

This document contains a log of programming exercises completed between September 17th and November 6th. It lists the date, index number, program name, and page numbers for 15 programs involving data structures and algorithms like linear and binary search, matrix operations, sorting, trees, stacks, queues, and linked lists.

Uploaded by

maanish singh
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
29 views1 page

DS File Index

This document contains a log of programming exercises completed between September 17th and November 6th. It lists the date, index number, program name, and page numbers for 15 programs involving data structures and algorithms like linear and binary search, matrix operations, sorting, trees, stacks, queues, and linked lists.

Uploaded by

maanish singh
Copyright
© © All Rights Reserved
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

Date Index Page No.

17-Sep-19 Program 1 (Linear Search) 1

17-Sep-19 Program 2 (Binary Search) 2

17-Sep-19 Program 3 (Matrix Multiplication, Matrix Addition, Transpose of Matrix) 3-5

18-Sep-19 Program 4 (Quick Short 6

18-Sep-19 Program 5 (BST) 7-8

25-Sep-19 Program 6 (Linked List) 9 - 10

25-Sep-19 Program 7 11 - 14

1-Oct-19 Program 8 (Queue As Link List) 15 - 16

15-Oct-19 Program 9 (Stack Using Array) 17 - 18

16-Oct-19 Program 10 (Stack Using Linked List) 19 - 20

16-Oct-19 Program 11 (Infix to Postfix Conversion) 21 - 22

22-Oct-19 Program 12 (Evaluation of Postfix Expression) 23 - 24

23-Oct-19 Program 13 (Bubble Sort) 25

5-Nov-19 Program 14 (Selection Sort ) 26

6-Nov-19 Program 15 (Merge Two Sorted Array) 27

You might also like