2020-09-13 00:03:17 +02:00
|
|
|
# cats-childrens-of-childrens
|
|
|
|
|
|
|
|
Created by [@Divlo](https://github.com/Divlo) on 12 September 2020.
|
|
|
|
|
2020-12-09 12:42:12 +01:00
|
|
|
## Instructions
|
2020-09-13 00:03:17 +02:00
|
|
|
|
|
|
|
Write a function that allows you to get all the cat names in a single array.
|
|
|
|
|
|
|
|
The order, number and levels of subfolders are frequently changed, so we want a solution that adapts to these changes.
|
|
|
|
|
2020-12-09 12:42:12 +01:00
|
|
|
## Source
|
2020-09-13 00:03:17 +02:00
|
|
|
|
|
|
|
[jesuisundev.com/comprendre-la-recursivite-en-7-min](https://www.jesuisundev.com/comprendre-la-recursivite-en-7-min/)
|
|
|
|
|
2020-12-09 12:42:12 +01:00
|
|
|
## Examples
|
2020-09-13 00:03:17 +02:00
|
|
|
|
|
|
|
See the `input-output.json` file for examples of input/output.
|