Name the viceroy of India associated with the Partition of Bengal. (A) Lord Ripon (B) Lord Curzon (C) Lord Lytton (D) Lord Mountbatten
3 9479what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 150475Post New IHRD Interview Questions
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 open windows boot manager?
1 01 101 01010
What is the difference between cluster and non-cluster index?
Why does java not support multiple inheritance?
How Sqoop word came? Sqoop is which type of tool and the main use of sqoop?
Does peopletools 8.4 support web server load balancing?
why airtel use + 24 volts and other operators use -48 volt
First computer animated character?
How do we use css styles in flex?
Is windows host process rundll32 virus?
Does laravel prevent sql injection?
In Over time scenarios we have TW15 subschema,my doubt is it's work for positive time or negetive time,if it is negetive ,In pa30 how to maintain hours in 2002 with attendence type ,my doubt is few hours like 14 or my dws is 8 hours(S) and 6 hrs in 2002 how and how the pcr's work please explain me anybody......
Explain directive in AngularJS?
What is strip in python?