forked from mission-peace/interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mission-peace edited this page Jul 21, 2014
·
279 revisions
###Arrays###
- Given two numbers in form of array add them - ArrayAddition.java
- 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
- Given an array of elements check if elements in the array are consecutive or not. - CheckIfArrayElementsAreConsecutive.java
- Not testin
###Binary Trees### ####Special Tree#### ###LinkList###