$f: \{0, 1\}^* \to \mathbb{N}$, where $f(x) = k$ if the length of the string is $k$.
Can someone translate this for me, I do not quite understand what the star means at the end of the $\{0,1\}^*$.
$f: \{0, 1\}^* \to \mathbb{N}$, where $f(x) = k$ if the length of the string is $k$.
Can someone translate this for me, I do not quite understand what the star means at the end of the $\{0,1\}^*$.
Copyright © 2021 JogjaFile Inc.
If $A$ is a set of symbols then $A^*$ is the set of all strings (words, sequences) built from elements of $A$. So $\{0,1\}^*$ is the set of all bit strings, like $1001$ and $10101000$.