You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: python/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@ This will also install numpy and scipy for your convenience. However, you are no
47
47
48
48
### Creating the solution
49
49
50
-
You should see the file `safe_spaces.py`, which contains a class definition for a class named `SafetyFinder`. This class contains three methods: `convert_coordinates`, `find_safe_spaces`, and `advice_for_alex`.
50
+
You should see the file `safe_spaces.py`, which contains a class definition for a class named `SafetyFinder`. This class contains three methods: `convert_coordinates`, `find_safe_spaces`, and `advice_for_ada`.
51
51
52
-
There are three levels to the challenge. In the first level you are asked to convert alphanumeric map coordinates (e.g. 'A3') to a more easily handled form. In the next level, you are asked to find the "safe spaces" in the map. Finally, in the last level, you are asked to provide feedback to Alex and to handle any edge cases.
52
+
There are three levels to the challenge. In the first level you are asked to convert alphanumeric map coordinates (e.g. 'A3') to a more easily handled form. In the next level, you are asked to find the "safe spaces" in the map. Finally, in the last level, you are asked to provide feedback to Ada and to handle any edge cases.
53
53
54
54
For each method, we are expecting `agents` to be a list of coordinates, e.g.
Copy file name to clipboardexpand all lines: ruby/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To run the test, type in: `bundle exec rspec run.rb`
14
14
15
15
### Creating the solution
16
16
17
-
All things are located in the file run.rb. There you will find three defintions of functions: convert_coordinates(agents), find_safe_spaces(agents) and advice_for_alex(agents).
17
+
All things are located in the file run.rb. There you will find three defintions of functions: convert_coordinates(agents), find_safe_spaces(agents) and advice_for_ada(agents).
18
18
19
19
For each function exists a suite of rspec-tests with example input and exprected results from the function. You can find all the requirements of the challenge in this tests.
0 commit comments