Induction and Recursion

zerozero

Superstar
Joined
May 6, 2012
Messages
6,866
Reputation
1,260
Daps
13,497
I'd be interested to see if Whatsapp has a bunch of recursive code in production. Who knows, could be.

I would use recursion in something like going through a directory and its subdirectories etc but even that could be a loop. It's just that there's some potential for problems
 

null

...
Joined
Nov 12, 2014
Messages
30,413
Reputation
5,297
Daps
48,159
Reppin
UK, DE, GY, DMV
I'd be interested to see if Whatsapp has a bunch of recursive code in production. Who knows, could be.

I would use recursion in something like going through a directory and its subdirectories etc but even that could be a loop. It's just that there's some potential for problems

yeah ... :shaq2: you didn't even watch the videos ...
 
Top