We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5546ed6 commit 8bd19a4Copy full SHA for 8bd19a4
‎README.md
@@ -3,7 +3,7 @@
3
## Task
4
Your task is to implement the so-called 'towel sort' algorithm.
5
6
-`towelSort` function should expect matrix of any shape for example:
+`towelSort` function should expect [matrix](https://en.wikipedia.org/wiki/Array_data_structure#Multidimensional_arrays) of any shape for example:
7
8
```js
9
[
0 commit comments