Problem 1: Draw an AVL tree whose elements are inserted in the following order: (Hint: Check the first alphabet. If similar, check the second alphabet and so on) mar, may,nov,aug, apr,jan, dec,jul, feb,jun,oct, sept
Problem 2: Write the pseudo code for counting the number of nodes in a single linked list.