An engineer measures the direct current resistance of a transformer using ohm meter. When he/she takes out one of the leads of the meter, spark comes.. Why ?? This effect is known as...
1 9489In our plant we have installed new MCC with ELR and CBCT which is detecting some leakage current in the system but it leading to some confusion when to check that in which feeder which is drawing current we put off the whole panel itself but still CBCT detecting some leakage current so can anybody ans me , where i am going wrong or how to detect whether its actual leakage or CBCT malfunctioning.
2323Post New Saint Gobain Interview Questions
What is spin lock?
What are the disadvantages of ac voltage controllers?
What is time and space complexity of bubble sort?
How to define an oracle cursor variable?
Where should I use xml?
how to manage projects in SharePoint?
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
Is data edited in the Repeater control?
What is the rating of circuit breaker needed for 300 KVA load in 33 KV supply line in a transformer of 33 KV / 415 Volt ?
Whether any commands are used for months calculation? If so, what are they?
How can we define a variable accessible in functions of a php script?
Does mysql need a server?
In analytics reports we can sometimes get a lot of spam data from spam sources/domains, how to deal with this issue?
what is the cast iron grade of composition of c-3.06% , Mn- 0.48% , Si-2.38% , S-0.088% , P-0.092% , Cr-0.12% , Ni- 0.012% , Mo-0.00%
What is the difference between malloc, calloc and realloc?