What is a good example of Recursion (other than generating a Fibonacci sequence)? Technology Community › Category: Recursion › What is a good example of Recursion (other than generating a Fibonacci sequence)? 0 Vote Up Vote Down VietMX Staff asked 4 years ago There are some: The binary tree search Check for a palyndrome Finding factorial Traversing the folder hierarchy of a directory tree as part of a file system Towers of Hanoi Merge sort Catalan numbers