top of page
Search
Hotel Bookings Possible Interviewbit Solution
A hotel manager has to process N advance bookings of rooms for the next season. His hotel has C rooms. Bookings contain an arrival date and
Next Permutation - Interviewbit Solution
Implement the next permutation, which rearranges numbers into the numerically next greater permutation of numbers for a given array A
Largest Number - Interviewbit Solution
Given a list of non negative integers, arrange them such that they form the largest number.
Max Sum Contiguous Subarray - Interviewbit Solution
Find the contiguous subarray within an array, A of length N which has the largest sum.
Add One To Number: Interviewbit Solution
Given a non-negative number represented as an array of digits,
add 1 to the number ( increment the number represented by the digits ).
bottom of page