Q11
In how many ways can you represent a number as a sum of positive integers?
Q12
Palindromic Linked List
Q13
Write an algorithm to find if a tree is binary search tree or not in O(n)
Q14
How to implement a T9 dictionary?
Q15
Q16
How to implement a queue using two stack?
Q17