A cement product which MRP value is Rs. 280. Now how it calculate the Basic Excise on MRP or my Selliing value from factory?
2 23857Post New Udapudi Cements Interview Questions
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is webapplicationinitializer in spring?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Explain the use of compress option in exp command.
What is the difference of update types in call transaction method ? : abap bdc
tell me abt ur most memorable moment
How to create a custom errorhandler?
What is rdbms and also explain its components?
What is an err object?
Is the use of dsa covered by any patents?
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 the market like for EM majors?
What is the dramatic increase in amplitude called when the frequency of forced vibrations on a body matches the bodys natural vibration frequency?
Can we create foreign key without primary key?
Does sql view stored data?