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.
969You 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.)
1090Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
1100Given 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.
1239Find 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.
1282How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
1113What is the time and space complexities of merge sort and when is it preferred over quick sort?
1085Write 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.
1102Did you ask your current company to provide that type of work as you are looking for in Amazon?
1109Post New Amazon Interview Questions
What are the benefits ofparticipation in a depository?
Is mysql running ubuntu?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What is ejb technology?
What is tcode se16?
Explain the wait events in statspack report 'db sequential real'?
List some tools for testing angularjs applications?
Why do we need power query when power pivot can import data from mostly used sources?
What is the use of merge?
Is python good for microservices?
What is route53? what are the types of web hosting and the differences between them?
What's difference between thread and process?
What is joinpoint?
How to create a custom errorhandler?
What is the use of $_server["php_self"] variable?