Which dynasty ruled Golconda (1512-1681) : (a) Khilji dynasty (b) Adilshai dynasty (c) Qqutub Shahi dynasty (d) All the above
1 12190Post New Khilji Dynasty Interview Questions
I want to make street light with solar system ... What may I do for procedure and how much of estimation for each material ... If any one knows guide me and inform this id : aravindd7@gmail.com
You have given 2 array. You need to find whether they will
create the same BST or not.
For example:
Array1:10 5 20 15 30
Array2:10 20 15 30 5
Result: True
Array1:10 5 20 15 30
Array2:10 15 20 30 5
Result: False
One Approach is Pretty Clear by creating BST O(nlogn) then
checking two tree for identical O(N) overall O(nlogn) ..we
need there exist O(N) Time & O(1) Space also without extra
space .Algorithm ??
DevoCoder
guest
Posted 3 months ago #
#define true 1
#define false 0
int check(int a1[],int a2[],int n1,int n2)
{
int i;
//n1 size of array a1[] and n2 size of a2[]
if(n1!=n2) return false;
//n1 and n2 must be same
for(i=0;i
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
What are the major terrestrial biomes?
Hi evryone, Could you please suggest the best institute for SAP sd in ameerpet?
I have done my Toefl in 7th march,2008 and i got less marks in my Toefl exam(Paper-based test)i.e (487) and can i apply for my I-20 with that marks? I couldnt apply for fall due to some personal problems,and i'm trying for spring. I found college but are there any other colleges i am ready to do any Esl tests ,please name some college in New Jersey side,wit total expenses about($8000-$14000).
Why is django useful?
How do I start apache on centos?
Entry for revenue item will be Expenses A/C Dr to Cash. But in the Profit and Loss account we will see the expenses with a pre fix of To Expenses Why?
What is a trigger? Why we need it?
What is percent-to-total shortcut metric in microstrategy?
Suppose a simple query involving professor, asst professor and to find if both can be available before and at a mentioned date?
How to repeat a string to a specific number of times in php?
What is the advantage of using rman?
What are the differences between triggers and stored procedures?