Construct an AVL tree using the below list. Show all the steps 12, 11, 13, 10, 09, 15, 14, 18, 7, 6, 5.
AVL TREE
"Write an algorithm to test whether a given binary tree is a binary search tree."
a) Sort the following list using the Radix Sort :
189, 205, 986, 421, 97, 192, 535, 839, 562, 674
Briefly differentiate between CDMA and GSM technologies.
Draw the ER diagram of a hospital and explain.
Eliminate left recursion from the following grammar:
Write a C program to find the GCD of two numbers.
Write a C program to convert binary to decimal using function.