find a anagrams of given string from the paragraph.
Development Engineer Interview Questions
37,103 development engineer interview questions shared by candidates
How would you traverse through a binary search tree and print out each element in order?
How would you reverse a linked list?
Serialize (flatten) and de-serialize a binary tree. First describe the approach, then write the code.
Print the BST in level order
validate a binary tree
How to detect overlapping area for two rectangles
Logical: You are given 2 mugs of 3l and 5l capacity and a giant water tank of unlimited water. You have to contain 4ltrs water in a 5ltr mug. You can take out water from the tank unlimited times and throw water from the mug outside an unlimited number of times.
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Q: In an array that has one value for more than half of its elements, how can you find that value?
Viewing 351 - 360 interview questions