Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.
Divide two integers without using multiplication, division and mod operator.
Given a sorted linked list, delete all duplicates such that each element appear only once.