Creata a code returning an array object


Discuss the below:

Q: Java class named "Topology" that includes methods "NearestNeighbor" and "RandomNeighbor". Given an Array object of type String that may list a variable amount of network client node IDs (2100, 2101 ... 2109, 2110) and their own corresponding Cartesian coordinates (i.e., xPos, yPos), the "NearestNeighbor" method algorithm calculates the closest client node to each client node (with ties being broken in order of first come first served), and then returning an Array object (NearestNeighborArray) of type String that lists each client node ID and corresponding closest other client node cartesian coordinates, all based on Euclidean distance.

For each client node ID in an Array of type String, when called, the "RandomNeighbor" method algorithm would just randomly select another client node's Cartesian coordinates to correspond with, and then return an Array object (RandomNeighborArray) of type String that lists each client node ID and corresponding other random client node cartesian coordinates, that is not already matched with another ID (that is, no duplicates or no two client IDs should have the same corresponding random neighbor coordinates).

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Creata a code returning an array object
Reference No:- TGS01934522

Now Priced at $20 (50% Discount)

Recommended (90%)

Rated (4.3/5)