Skip to content
mission-peace edited this page Jul 21, 2014 · 279 revisions

Interview Questions##

###Arrays###

  1. Given two numbers in form of array add them - ArrayAddition.java
  2. Given stock prices for number of days BuySellStockProfit.java
    • Buy sell stock once to maximize profit
    • Buy sell stocks any number of times to maximum profit

###Binary Trees### ####Special Tree#### ###LinkList###

Clone this wiki locally