sorting algorithms

Sorting Algorithms

5 Algorithms in 4 Programming Languages

Sorting Algorithms are very important for many problems of information technologies. They are implemented into every bigger programm and need to perform very well.
That is why many people studied them and invented new, better ones.

But there is more to them than just sorting. Because they are very structured and short, these algorithms can be used to compare programming languages. Or to get a quick introduction to learn them.

In every programming language for every sorting algorithms the code includes some basic principles. You can understand these principles without knowing the programming language if you know the sorting algorithm.

Analyzing and understanding sorting algorithms in unknown programming languages provide you with a compact overview over the languages syntax and semantics.

Dig in:

List of supported programming languages:

 

List of supported sorting algorithms: