Skip to content

KhaledCS1/holbertonschool-sorting_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holberton School Sorting Algorithms

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.


Table of Contents


Introduction

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.


Algorithms

  1. Bubble Sort: 0-bubble_sort.c – Implements the bubble sort algorithm.
  2. Insertion Sort: 1-insertion_sort_list.c – Implements the insertion sort algorithm.
  3. Selection Sort: 2-selection_sort.c – Implements the selection sort algorithm.
  4. Quick Sort: 3-quick_sort.c – Implements the quick sort algorithm.
  • sort.h: Header file with function prototypes and struct definitions.

Collaboration

We devided the tasks between us and surley we've learend a lot ! :)


Authors

Mohammad Alomar & Khaled Almimoni

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages