1) find the character which has the max count of consecutive characters in a string.
2) Find the missing element from the array of size 99, eg: 1,3,4,5,...100 here 2 is missing. Find the element when the array is sorted and then when the array is unsorted.
3) Provided a linked list "Good Morning" where each character represents a node, write a program to change this link list to "Morning Good".
4) Vectors vs List