Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
930You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
1026Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
1043Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
1194Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
1222How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
1056What is the time and space complexities of merge sort and when is it preferred over quick sort?
1020Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
1037Did you ask your current company to provide that type of work as you are looking for in Amazon?
1064Post New Amazon Interview Questions
Do you know what is .net standard?
how to take backup bcp out for a column in table in sql server?
What will happen if you blow the soot in the boiler?
Explain what is Grid system?
What is a windows service?
What is php data type?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is non verbal communication?
What are the key components of a test case template
How to connect xml with the database?
What is sql server profiler trace data file?
What are the ways to Optimize the Performance of a Difference Amplifier?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
Did you enter a date for field start in structure bi000? The date has to be earlier than today's date.
How could you explain the main difference between webdriver and rc?