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
Copy file name to clipboardExpand all lines: exercises/practice/flatten-array/.docs/instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Take a nested list and return a single flattened list with all values except nil/null.
4
4
5
-
The challenge is to write a function that accepts an arbitrarily-deep nested list-like structure and returns a flattened structure without any nil/null values.
5
+
The challenge is to take an arbitrarily-deep nested list-like structure and produce a flattened structure without any nil/null values.
To be more precise an empty intersection is part of a player's territory if all of its neighbors are either stones of that player or empty intersections that are part of that player's territory.
27
27
28
-
For more information see [wikipedia][go-wikipedia] or [Sensei's Library][go-sensei].
28
+
For more information see [Wikipedia][go-wikipedia] or [Sensei's Library][go-sensei].
0 commit comments