forked from code-clash/look-and-say
„README.md“ ändern
This commit is contained in:
parent
95024f4be1
commit
e0d527e202
@ -13,10 +13,10 @@ A numeric value representing a stream of occurrences and digits.
|
||||
|
||||
### Constraints
|
||||
1 <= `iterations` <= 10
|
||||
**Start value** = 0
|
||||
**Start value** = 1
|
||||
|
||||
### Examples
|
||||
Assuming the start value is `1` and `iteration` is 5:
|
||||
Assuming the start value is `0` (**attention:** value differs from real start value for demostraton purposes) and `iteration` is 5:
|
||||
0\. iteration: `0` (reading: *one 1*)
|
||||
1\. iteration: `10` (reading: *two 1s*)
|
||||
2\. iteration: `1110` (reading: *one 2 and one 1*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user