[PR #148] [MERGED] Bubble sort (lower to higher) #381

Open
opened 2026-01-29 15:12:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/148
Author: @JRaidn
Created: 10/2/2018
Status: Merged
Merged: 10/9/2019
Merged by: @ashwek

Base: masterHead: patch-4


📝 Commits (3)

  • e973df5 Bubble sort (lower to highe)
  • 4db4dd2 Rename bubble_sort to bubble_sort.c
  • 00d919a Added .c extension to the file

📊 Changes

1 file changed (+35 additions, -0 deletions)

View changed files

sorting/bubble_sort.c (+35 -0)

📄 Description

Just, an easy implementation of bubble sort algorithm


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/148 **Author:** [@JRaidn](https://github.com/JRaidn) **Created:** 10/2/2018 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `patch-4` --- ### 📝 Commits (3) - [`e973df5`](https://github.com/TheAlgorithms/C/commit/e973df52f3c77c94acffa4f353d8e24ab2cadd01) Bubble sort (lower to highe) - [`4db4dd2`](https://github.com/TheAlgorithms/C/commit/4db4dd2de436bd268c005d5f81276e337063bc82) Rename bubble_sort to bubble_sort.c - [`00d919a`](https://github.com/TheAlgorithms/C/commit/00d919a8864a32b7b982b655f058b44121d09d2f) Added .c extension to the file ### 📊 Changes **1 file changed** (+35 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/bubble_sort.c` (+35 -0) </details> ### 📄 Description Just, an easy implementation of bubble sort algorithm --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:12:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#381