largest.py: Finds the largest number from a list.
findDuplicate_id.py: Finds all Users (1st column) with duplicate uid's(3rd column)
guess_number.py: Keep guessing the number randomly picked.
fibonacci.py: Fibonacci Series for a given range
fuzz_bizz.py: Fuzz_Bizz Solution for 1 to 100
add_logs.py: Sum the value of all 6th column numbers
most_words.py: Find the wrod that occurs the most in a file.
palindrome.py: Find all the Palindromes and sort them in ascending order.
priority_queue.py: Display the queue with the priority given first preference.
partial_reverse.py: Reverse the items in list from the 2 index points given.