Skip to content

Commit 8bd19a4

Browse files
authored
🔗Add link to wiki
1 parent 5546ed6 commit 8bd19a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Task
44
Your task is to implement the so-called 'towel sort' algorithm.
55

6-
`towelSort` function should expect matrix of any shape for example:
6+
`towelSort` function should expect [matrix](https://en.wikipedia.org/wiki/Array_data_structure#Multidimensional_arrays) of any shape for example:
77

88
```js
99
[

0 commit comments

Comments
 (0)