Given a BST and a range, return the sum of all numbers contained in the BST that are also within that range. What is the runtime of your solution?
Engineering Internships Interview Questions
25,249 engineering internships interview questions shared by candidates
Longest (strictly) increasing sub array of ints, then update to allow 1 break (non-strictly increasing int) then update to allow k number of breaks + time complexity of each part
Data Structures, Algorithms, Problem solving.
How do you handle team conflict?
Given a string, return total number of repeated words.
What do you know about Akamai?
Should the client and server use the same data language for communication? (e.g. XML, JSON)
About my prior projects. Questions in C++, linked list and, tree based algorithms, Race conditions in OS.
How do you reverse a string?
Given an array of n element which contains elements from 0 to n-1, with any of these numbers appearing any number of times. Return via Boolean, whether a duplicate exists in the list. 2nd Level/Bonus: do this in O(1) space complexity. 3rd level: Is there a better solution if you are allowed to modify the existing data array?
Viewing 81 - 90 interview questions