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.
968You 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.
1281How 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?
1084Write 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.
1099Did you ask your current company to provide that type of work as you are looking for in Amazon?
1108Post New Amazon Interview Questions
In python,how to read a file line-by-line into a list?
How do stacks work?
Why do we need object libraries?
if we have 320KVA Genset kindly advice how much load we can put it.
a perceptron has two inputs x1,x2 wih weights w1,w2and bias weight of w0. the activation function of perceptron is h(x).the output of perceptron
Give brief description of cell line L-929
What is the difference between on change of field and at new field events?
What is groovy?
What is ms word short answer?
What is association analysis? Where is it used?
We are running Oracle EBS 11i and yesterday whilst doing my month-end I forgot to select "calculate finance charge" on form ARXSUPST AR Print Statement run. I am struggling to get to My Oracle and was hoping someone out there might have experienced or heard of a similar problem. What are my options to rectify this situation... I look forward to you inputs..... Thank you Regards Salie
How can a thyristor turned off?
Why we use hibernate instead of jdbc?
What are the major components of sap gts?
What is looper, handler, and message queue in Android?