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
  3. Given an array of elements check if elements in the array are consecutive or not. - CheckIfArrayElementsAreConsecutive.java
  4. Not testin

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

Clone this wiki locally