Write a program that sees if two binary trees are equal.
Development Interview Questions
137,372 development interview questions shared by candidates
Write a program that reverses the words in a sentence.
Find the longest subsequence in a given array of numbers in O(n)
unlimited supply of coins of different demoninations. pick min number of coins to get given amount.
Reverse a string in-place.
Convince them that i am appropriate for the roll
What is a class?
Given an unfair coin, devise an algorithm to produce a fair coin's output.
Given a string of format '2+3*2-1', calculate and return the result. No parenthesis in the input, just integers and + - * / operators. Operator precedence has to be considered. Linear time complexity and minimal data structure use is preferred.
Given a triangle, determine if its a scalene, equilateral, isosceles or neither... required knowledge of triangle properties, I learnt these properties about two decades ago so ofcourse I was fuzzy on the details, completely unexpected
Viewing 281 - 290 interview questions