blog
2 articles found under 'code-snippets'
Dec 12, 2024
Selection Sort - programs in C, JavaScript, PHP
The code snippet(s) shows you how to implement one of the easiest sorting algorithms - selection sort - in C, JavaScript, and PHP.
Dec 12, 2024
Bubble Sort - programs in C, JavaScript, PHP
The following code snippets shows how to sort an array using the bubble sort algorithm, in C, JavaScript, and PHP.
← Previous
Next →