Plz give me the details about how to introduce ourself like the conventional question that is mostly asked at MNCs...."Tell me about u r self"???
41 80012What factors are crucial within an Organisation and must be present for you to work most effectively?
2 19378Post New ICICI Call Centre AllOther Interview Questions
How does laravel handle assets?
Explain the types of sensors.
1.6. Tell me something about your happiest day of your life.
Are meta tags still used?
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
What is quartile?
What is a protocol in objective c?
What is a class in javascript?
Which type of work process can execute only once in r/3 system?
How to run talend jobs on remote server?
plz send me the website of dmrc for previous questions papers
Why is the reaction of ethane and chlorine not a free-radical addition reaction?
Why is it called program files x86?
Mention the differences between trigger and stored procedures
How do you write your own SerDe?