|
@@ -264,8 +264,8 @@ Once you have the information of georeferenced cities in the array of objects, y
|
264
|
264
|
|
265
|
265
|
1. Read the documentation and implement the function `double cycleDistance(GISPOI A[], int size, int P[])`. Invoke the function from `main()` as indicated in the comments inside the `main()` function:
|
266
|
266
|
|
267
|
|
- * First, with $$P = (0, 2, 4, 6, 8, 1, 3, 5, 7, 9)$$
|
268
|
|
- * Then, with $$P =(0, 3, 6, 9, 1, 4, 7, 2, 5, 8)$$
|
|
267
|
+ * First, with $$P = (0, 2, 4, 6, 8, 1, 3, 5, 7, 9)$$
|
|
268
|
+ * Then, with $$P =(0, 3, 6, 9, 1, 4, 7, 2, 5, 8)$$
|
269
|
269
|
|
270
|
270
|
|
271
|
271
|
|