There were 4 rounds Short Story – First Round – Online Round (3 coding questions 90 min) Second Round – Skype Interview (Data Structure and Puzzle) Third Round… Read More
Tag Archives: Codenation
You are given a set of n types of rectangular 3-D boxes, where the i^th box has height h(i), width w(i) and depth d(i) (all… Read More
Given two strings, string and pattern, the task is to find the smallest substring in string containing all characters of pattern. Examples: Input: string =… Read More
Given an array arr[] of size N, the task is to rotate the array by d position to the left. Examples: Input: arr[] =… Read More