Say you have an array for which the _i_th element is the price of a given stock on day i.
Given a sorted linked list, delete all duplicates such that each element appear only once.
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.