Which of the following is an indirect tax? (a) Property tax (b) Production tax (c) Company tax (d) Profit tax
3 10037how to view trial balance how to prepare balance sheet how to carry forward balceces of G/L ACCOUNTS, VENDORS, CUSTOMERS AND FIXED ASSETS PLEASE VERIFY ALL THIS QUESTIONS I CANT UNDERSTAND HOW TO DO.
3 37623Suppose i am a nirma surf retailer and you are from wheel Active surf, now sell wheel active to me.
6 16969If we offer job. How you’ll manage it? What step you’ll take? Convenience me about your product again competency
2 8695Post New Hindustan Unilever Limited Interview Questions
What is Independent Testing?
Define a triglyceride?
How to Compare Sockets to Pipes?
What command would you use to create an index?
Any details about secatt apart from SAPSecurity online.com?
How many web config files can be created for an application?
What are different types of information views?
What is the difference between user and versatile user?
What is difference between investment order, internal order and accrual orders? : cost center accounting
What are testing techniques? What is difference between general and specific?
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 meant by a fully declarative workflow?
Name the two most abundant elements in the universe?
What are negative indexes?
Is it advisable to cool a fin fan by spraying demineralized water on it?