Skip to content

Commit 735a2dd

Browse files
authored
feat(count-cats): restore pic for count cats task in readme ^^ (#165)
1 parent d7cea69 commit 735a2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Your task is to write several functions that are the solution to the subtasks. S
4141

4242
### **Count cats!**
4343

44-
![Count cats!](https://vg5b2ejdwb-flywheel.netdna-ssl.com/wp-content/uploads/2019/11/cats-in-boxes-03.jpg)
44+
![Count cats!](https://i.imgur.com/fK1LS0B.png)
4545
Your task is to count the cats hidden in the backyard (presented by two-dimensional `Array`). Cats hide well, but their **ears** (`"^^"`) are clearly visible. Your task is to implement the `countCats(backyard)` function that will count cats. Good luck!
4646

4747
Number of cats found should be `number`. If no cats found, function should return `0`.

0 commit comments

Comments
 (0)