RSSAmplifier

I'm Gilmar Soares · Dec 16, 2024

Recursion and Quick Sort

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

In this post, I can explain two important concepts in computer science: recursion and quick sort. I need to explain recursion before I can explain quick sort because quick sort use recursion to sort the array. Recursion Recursion is a technique in computer science where a function calls itself. This technique is used to solve problems that can be broken down into smaller problems of the same type.…

Read on /posts/recursion_and_quick_sort/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.