0% found this document useful (0 votes)
6 views

file_datastructure_anuja

DSA question

Uploaded by

healthust
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

file_datastructure_anuja

DSA question

Uploaded by

healthust
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DATA STRUCTURE RECORD QUESTIONS

1) Write a simple program in C to add two numbers and write its


algorithm
2) Write a Program to traverse an array and prints its data
3) Write a Program to insert an element at the beginning of an array
4) Write a Program to insert an element at the end of an array
5) Write a Program to to insert an element at the specific position of
an array
6) Write a Program to to delete an element at the specific position of
an array
7) Write a Program to delete a element at the beginning of an array
8) Write a Program to perform linear search on an element in an array
9) Write a program to perform implementation of a stack using array
to perform push and pop operation in a stack
10) Write a program to perform implementation of a queue using
array
11) Write a program to traverse a singly linked list
12) Write a program to insert an element in a singly linked list
13) Write a program to delete an element in a singly linked list
14) Write a program to perform implementation of a doubly linked
list
15) Write a program to perform implementation of a circular linked
list
16) Write a program to perform implementation of a binary tree
using array
17) Write a program to insert an element in a binary tree
18) Write a program to delete an element in a binary tree
19) Write a program to convert an undirected graph into adjacency
matrix
20) Write a program to convert an directed graph into adjacency
matrix
21) Write a program to perform implementation of a BFS traversal
on a graph
22) Write a program to perform implementation of a DFS traversal
on a graph
23) Write a program to perform implementation of a Huffman’s
algorithm
24) Write a program to perform binary search in an array
25) rite a program to perform implementation of a bubble sort in an
array
26) Write a program to perform implementation of a merge sort in
an array
27) Write a program to perform implementation of a quick sort in an
array

You might also like