SYBCom(CA) DS Practical Slip 16 Q.A
Write a C program accept the polynomial and display it in format e.g. 6x^4+2x^2+5x^1+3
Write a C program accept the polynomial and display it in format e.g. 6x^4+2x^2+5x^1+3
Write a ‘C’ program to sort elements of a singly linked list in ascending order and display the sorted List.
Write a C program to display Indegree and outdgree degree of each vertex.
Write a C program to implement a singly linked list with Create and Display operation.
Write a C program to accept and sort n elements in ascending order by using merge sort.
Write a C program to display the total degree of each vertex.
Write a C Program to implement the following functions on Binary Search Tree-To insert a new element in the tree-To
Write a ‘C’ program to accept n elements store those elements in array and find and replace a given number.