Reverse the word order in a string.
Engineer Intern Interview Questions
18,167 engineer intern interview questions shared by candidates
if A! + B! + C! = ABC and A, B, C are single digit numbers, find A, B, and C.
counting sort, binary tree preorder traversal, binary tree inorder traversal, keys and boxes (leetcode 1298)
given an array of strings, find all the lists of anagrams present.
Convert a binary tree into a circular doubly linked list. The order of the elements in the linked list have to be the order of elements you get when you do an in order traversal of the binary tree.
Write an algorithm that does an in-order traversal of a tree recursively. Now, write the same algorithm iteratively.
Write a function to remove all redundant characters in a given string.
Remove duplicates from a linked list. O(n) time.
How will you make this code readable (given a piece of code)
Not hard at all.
Viewing 161 - 170 interview questions