I'm working on a recursive function task which i'm a bit stuck at. I've tried to google it on how I can solve this task, but with no luck
Here is the task:
Provide a recursive function $r$ on $A$* which gives the number of characters in the string
I Hope I can get some help here, since i've tried nearly everything.
Thanks alot for your kind help!
This seems rather a programing question than a mathematical one, but the idea of recursiveness would be something like:
This recursiveness only make sense in implementations such as C's $0$-terminated strings.