Based on Internal Revenue Service rules, what criteria distinguish a consultant from an employee?
3032Post New Boston Consulting Group Law AllOther Interview Questions
Which method is used to access HFile directly without using HBase?
How we can get current url in magento?
What are script files?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How to Extract data from multiple legacy systems?
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
Have you heard of ban duplicate classes maven enforcer plugin? What is its use?
Introduction to iphone application development?
iam doing my final year graduation in physics i got placed as an assistant engineer for the job band INFRASTRUCTURE MANAGEMENT SERVICE(IMS)i want to know what type of job is tat and i also want to know about the technical knowledge for the job
While building automation, which recorder you will use for your desktop and web applications respectively. Justify your selection?
How do I add aspx page to visual studio?
What is a control room in blue prism?
What is php session start?
What is the use of db connect in splunk?
What is hibernate mapping?