given a 2d array of 0s and 1s, and a x and y index into the array, return the number of nodes in that connected component.
Engineer Internship Interview Questions
23,889 engineer internship interview questions shared by candidates
Which parts of your resume make you a good fit for this role
Give an example of and object class, and how you would use it. Other questions as well
What most focus language you have
Two Sum (was told to optimize it).
What is something I take pride in doing well?
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in a circle. That means the first house is the neighbor of the last one. Meanwhile, adjacent houses have security system connected and it will automatically contact the police if two adjacent houses were broken into on the same night. Given a list of non-negative integers representing the amount of money of each house, determine the maximum amount of money you can rob tonight without alerting the police. Example 1: Input: [2,3,2] Output: 3 (To be solved in any programming language/pseudo-code)
Convert a string of roman numerals into an integer (ie MCMLXII -> 1962)
What kind of data structure is used in forward/back feature of google chrome? How can you implement it?
Find the Subarray with sum k
Viewing 2651 - 2660 interview questions