plz send me all data structure related programs

Answer Posted / pavan mustyala

To start with data structures, Linked lists comes 1st.
Hands on experience with the following questions will give
good confidence to a programmer.
1. Creating a list (Single linked list or double linked
list)
a. add node to front of the list
b. add node to end of the list
c. add node to middle of the list
d. Delete first node
e. Delete last node
f. Delete middle node
2. Identifying Loop or circle in a single linked list
3. Reversing a linked list(single and double)
4. finding middle node of a list
5. All the above programs can be extended to develop a
generic linked list even.

In the above programs stacks and queues concepts are
covered. To develop Stack LIFO concept is followed.
To develop Queue FIFO concept is followed.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

1785


What is data _null_? ,Explain with code when u need to use it in data step programming ?

2830


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2417


Write a program to model an exploding firecracker in the xy plane using a particle system

3697


How can you relate the function with the structure? Explain with an appropriate example.

2925






write a simple calculator c program to perform addition, subtraction, mul and div.

3160


To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']

510


Develop a routine to reflect an object about an arbitrarily selected plane

3006


write a program for area of circumference of shapes

2040


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2342


Cluster head selection in Wireless Sensor Network using C programming language.

3121


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

3722


Design an implement of the inputs functions for event mode

2970


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3036


Sir... please give some important coding questions asked by product companies..

1805