What is the Diesel consumption of 1000 KVA rating DG set at full load?
How do you copy a header in word?
What are the elements of a soap message?
How to enable trash/recycle bin in hadoop?
Elaborate the situation where automation testing can’t be used for agile methods?
What makes you better than the other people I'm seeing today?
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
Can an interface have a class?
What is difference between static call and dynamic call?
Explain me what is armv7?
Is creating a thread expensive?
What are two types of polymorphism?
How to check parameter value in stored procedure sql server?
How many Reducers should be configured?
What's c# ?