if 10 pc's connected from internet, in 8 pc's internet is correctly run but in other 2 pc's they can not access internet,what's the problem?
9 11928Post New Fibcom Interview Questions
How do I find my rss feed on android?
How do I get to root in ubuntu?
What is the purpose of pivot stage and types of containers in datastage
What advantages does Spark offer over Hadoop MapReduce?
Explain the scala anonymous function.
What does it cost to replace struts?
Does htop show threads?
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 to create a link between multiple maps in a mapset? How to make use of Transid in this case?
Tell some examples of bug severity and bug priority?
Why we are using windows xp as a clients for windows servers
What is the implicit cursor in oracle?
What is the default microsoft word font?
How to edit standard SAPSCRIPT called by standard program ?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version