Blog Articles

Logo

Bubble Sort

by @Finn Freitag

5/24/2024
When diving into the world of algorithms, one of the first sorting techniques you'll likely encounter is Bubble Sort, also known as sinking sort. Despite its simplicity, Bubble Sort provides a fundamental understanding of algorithmic thinking and the mechanics behind sorting data.
Logo

Insertion Sort

by @Finn Freitag

25.05.2024
Insertion sort is one of the simplest sorting algorithms, often introduced early in computer science education. While it may not be the most efficient method for large datasets, its straightforward approach provides a solid foundation for understanding more complex sorting techniques.
Logo

Selection Sort

by @Finn Freitag

26.05.2024
Selection sort is one of the simplest sorting algorithms and serves as a great introduction to the fundamentals of sorting. While it may not be the most efficient method for handling large datasets, its straightforward approach provides a clear understanding of basic sorting principles.
Impressum/Imprint | Copyright © Finn Freitag 2024 - 2025, All rights reserved. | Other copyright notices