[PR #573] [MERGED] bubble sort optimization #1003

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/573
Author: @realDuYuanChao
Created: 7/19/2020
Status: Merged
Merged: 7/21/2020
Merged by: @kvedala

Base: masterHead: patch-2


📝 Commits (1)

📊 Changes

1 file changed (+59 additions, -31 deletions)

View changed files

📝 sorting/bubble_sort.c (+59 -31)

📄 Description


🔄 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/573 **Author:** [@realDuYuanChao](https://github.com/realDuYuanChao) **Created:** 7/19/2020 **Status:** ✅ Merged **Merged:** 7/21/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`0df9729`](https://github.com/TheAlgorithms/C/commit/0df9729638ccb816f6ed6fe96085237a8082f416) bubble sort optimization ### 📊 Changes **1 file changed** (+59 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `sorting/bubble_sort.c` (+59 -31) </details> ### 📄 Description <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/573"><img src="https://gitpod.io/api/apps/github/pbs/github.com/shellhub/C.git/0df9729638ccb816f6ed6fe96085237a8082f416.svg" /></a> --- <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:16:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1003