What meant by lagging and leading? When if they are occurred what preventive methods should be taken?
14 56942Post New L&T Interview Questions
What is mvc in ci?
Explain how would you store your query in an SSRS report or a Database server?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is import time in python?
What enterprise control room does?
Introduction of 8051 microcontroller architecture?
I know that in version ECC6 exists the functionality of document splitting like this: If an Invoice is for 11,000/-.Then we write the GL as : vendor A/C Dr XXXX to Purchase 1 XXX to Purchase 2 XXX to Tax XX But through Document Splitting we can write it based on the %age of sharing as 80 : 20%.. Vendor A/c 8,800(DR) Purchase A/C 8,000(Cr) Tax 800 (Cr) Vendor A/C 2,200 (Dr) Purchase 2000(Cr) Tax 200(Cr) This is called Document Splitting But when you talk about tax, you mean a line item created manually like tax or a document where you complete the tax code and the line is created automatically? Thanks a lot in advance. REgards,Lorena
How emergency call get through without coverage but not other call at that time?
What is the difference between PC by order and PC by period?
Does the selenium have any limitations?
What about javascript? : java security
What is if formula in excel?
Explain the structure of a dna molecule?
What changes does a control need to run in the Visual Basic 5.0 Control Creation Edition?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List