Interview Questions asked in Apple
Pair That Adds Up To Given Number MEDIUM
Given an array of integers and a sum, find a pair that adds up to the sum given.
ArrayEnhanced 01 Knapsack Problem HARD
Given a budget amount B, calculate the maximum skill possible among employees with given skill and salary.
Dynamic Programming Graph Collection