RemedialAssignment60 74

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

School of Electronics and Communication Engineering

SY BTech- ECE (2022-23)


ET1068B Data Structures and Algorithms

(For Attendance between 60%-74%)

Remedial Assignment -I

1. Write a program using pointers to determine the length of a character string.


2. Write an algorithm to delete all nodes having greater than a given value, from a given
singly linked list.
3. Explain different cases to delete an element from binary search tree.
4. Write a C function to convert and display a decimal number to binary number using
stack.
5. Convert following infix expression into postfix expression using stack
((a+b)/d-((e-f)+g)

You might also like