Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a 'const' variable?

483


Volume of 25kg putty bag & 40 kg putty bag volume??

1576


How to parse a date time string?

517


how many types of display are available on as/400 for user interaction?

619


Explain JSON Values?

5






What could be a data source system?

565


What is sandbox and why do we use sandbox in salesforce?

198


Kafka has written in which languages?

285


How will you do debugging in python?

465


What do you expect from the organisation?

695


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1925


Explain how can I make sure that my program is the only one accessing a file?

606


Does css support to detecting device size and orientation?

286


What is non verbal communication?

2039


Difference between oracle's plus (+) notation and ansi join notation?

559