Y
Hacker News
new
|
ask
|
show
|
jobs
by
upghost
193 days ago
A really simple one is traversing a linked list (or any naturally recursive data structure, such as a dictionary or tree). It is very natural to traverse a recursive data structure recursively.