소스 검색

README-en.md edited online with Bitbucket

부모
커밋
cb6aa43933
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md 파일 보기

@@ -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