Leetcode
Development Engineer Interview Questions
37,103 development engineer interview questions shared by candidates
In my interview the most challenging question was: How to get the 3rd element in a singly linked list, if you you the last one.
Reverse a string in-place.
Given a value and an array of integers, find if there are two integers in the array that add up to the value.
How would you reverse a linked list in Java?
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.
Write a program that sees if two binary trees are equal.
Write a program that reverses the words in a sentence.
Give a deck of card, calculate total number of point that is closes to 21. ex A,A,J = 12 , J,J,A,2 = 23 A, 2 = 13
Viewing 211 - 220 interview questions