Question

    Which of the following is NOT a common application of recursion?

    A Calculating factorials Correct Answer Incorrect Answer
    B Traversing and searching in trees Correct Answer Incorrect Answer
    C Sorting arrays using quicksort Correct Answer Incorrect Answer
    D Finding the Fibonacci sequence Correct Answer Incorrect Answer

    Solution

    Sorting arrays using quicksort

    Practice Next

    Relevant for Exams: