This repository contains implementations of various sorting algorithms in the C programming language. The algorithms are implemented with a focus on code quality, efficiency, and adherence to the Betty style.
Mohammad Alomar and Khaled Almimoni collaborate on implementing sorting algorithms with the goal of providing clear, efficient, and well-documented code. The project is part of the Holberton School curriculum.
- Bubble Sort: 0-bubble_sort.c – Implements the bubble sort algorithm.
- Insertion Sort: 1-insertion_sort_list.c – Implements the insertion sort algorithm.
- Selection Sort: 2-selection_sort.c – Implements the selection sort algorithm.
- Quick Sort: 3-quick_sort.c – Implements the quick sort algorithm.
- sort.h: Header file with function prototypes and struct definitions.
We devided the tasks between us and surley we've learend a lot ! :)
Mohammad Alomar & Khaled Almimoni