List
- Program to move first element to last in list
- Program to Interchange first and last elements in list
- Program to split the list into two halfs and add first part at the end
- Program to find second largest and second smallest number from the list.
- Program to find difference between sum of even numbers and sum of odd numbers.
- Program to display frequency of elements in list
- Program to move all zero's to the end of list.
- Program to sort elements by frequency.
- Program to find longest ascending order subset from the list.
- Program to find longest descending order subset from the list.