Induction and Recursion

zerozero

Superstar
Joined
May 6, 2012
Messages
6,865
Reputation
1,270
Daps
13,514
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
33,482
Reputation
6,447
Daps
51,761
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