Given a string "aaabbbcc", compress it, = "a3b3c2" . Given that output string's length is always smaller than input string, you have do it inplace. No extra space
Development Engineer Interview Questions
37,098 development engineer interview questions shared by candidates
how would you move mount fuji?
Given a fleet of 50 trucks, each with a full fuel tank and a range of 100 miles, how far can you deliver a payload? You can transfer the payload from truck to truck, and you can transfer fuel from truck to truck. Extend your answer for n trucks.
non disclosure agreement
What was one of your best achievements on a project in the past?
DS, Algorithms.
Implement Sum(3)(4)(5)=12 with javascript
Discussed online assessment.
Given a set of numbers -50 to 50, find all pairs that add up to a certain sum that is passed in. What's the O notation for what you just wrote? Can you make it faster? Can you find an O(n) solution? Implement the O(n) solution
Write an algorithm to determine if 2 linked lists intersect
Viewing 1 - 10 interview questions