[PR #323] [CLOSED] Update BubbleSort.c #651

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/323
Author: @nityaprakash10
Created: 10/3/2019
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

3 files changed (+110 additions, -152 deletions)

View changed files

📝 searching/LinearSearch.c (+22 -26)
📝 sorting/BubbleSort.c (+41 -62)
📝 sorting/SelectionSort.c (+47 -64)

📄 Description

No description provided


🔄 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/323 **Author:** [@nityaprakash10](https://github.com/nityaprakash10) **Created:** 10/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`234aa0a`](https://github.com/TheAlgorithms/C/commit/234aa0ac2b86f011367a1c4b9b3b1f16969e531f) Update BubbleSort.c - [`b3a2080`](https://github.com/TheAlgorithms/C/commit/b3a20802d4656b9375edf8d4d0e3b62e735403e6) Update SelectionSort.c - [`b82ed40`](https://github.com/TheAlgorithms/C/commit/b82ed40cdfcb9c84415b96f495636f7005f71496) Update LinearSearch.c ### 📊 Changes **3 files changed** (+110 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `searching/LinearSearch.c` (+22 -26) 📝 `sorting/BubbleSort.c` (+41 -62) 📝 `sorting/SelectionSort.c` (+47 -64) </details> ### 📄 Description _No description provided_ --- <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:14:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#651