SYBCom(CA) DS Practical Slip 15 Q.B
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 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 PHP script to calculate the area and volume of a cylinder using a function.
Write a C program to display the total degree of each vertex.
Write PHP program to perform the following operations on Indexed Array:Union of two arraysTraverse the array elements in random order
Write a C Program to implement the following functions on Binary Search Tree-To insert a new element in the tree-To