Understanding Recursion: The five-cent tour of Advanced Programming(www6.uniovi.es)
www6.uniovi.es
Understanding Recursion: The five-cent tour of Advanced Programming
http://www6.uniovi.es/cscene/CS7/CS7-03.html
4 comments
Recursion is advanced?
Recursion is best taught in C?
Sadly so, even for some CS graduates (at least here in India).
Personally though, recursion helps me in recruitment process as this is a quick test to filter candidates.
Personally though, recursion helps me in recruitment process as this is a quick test to filter candidates.
My first job out of Uni I pretty much got the interview because the sample code I sent in had recursion in it.
I occasionally think I should recommend lisp to people who don't get it, but I'm not sure it wouldn't just break them.