How to know any size of cable if there are not written on cable? Answer must be theurical not by experience.
2077Post New El Seif Electrical Engineering Interview Questions
What is standard font style?
Explain use of abstract and sealed classes in c#?
Example: A Bank teller determines a need for a new software that displays customer information on her screen. What would using a Waterfall Methodology look like AND what would an Agile Methodology look like in creating this software product?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Why do all model object attributes get marked with @dynamic and not synthesised?
What are delete actions in ax ?
What is a validity determining characteristic?
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
Does go programming language support operator overloading?
How do you show the outline in powerpoint?
Explain what is the difference between Web testing and WAP testing?
Explain the shuffle?
hi,what is the module? how many modules in mainframe based banking projects
How to get cookies in laravel?
What is tracing level? How many types of transformations supported by sorted input?