mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 21:36:45 +00:00
[PR #148] [MERGED] Bubble sort (lower to higher) #381
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-4📝 Commits (3)
e973df5Bubble sort (lower to highe)4db4dd2Rename bubble_sort to bubble_sort.c00d919aAdded .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.