mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #212] [MERGED] Formulate codes in Sort #492
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/212
Author: @sungbin
Created: 11/11/2018
Status: ✅ Merged
Merged: 12/9/2018
Merged by: @yanglbme
Base:
master← Head:master📝 Commits (4)
bc1c15eChange SelectionSort.c formatedf4007Change BubbleSort.c format72de3a6Change InsertionSort.c formata498bf1Better ome comments📊 Changes
3 files changed (+162 additions, -147 deletions)
View changed files
📝
sorting/BubbleSort.c(+52 -30)📝
sorting/InsertionSort.c(+47 -29)📝
sorting/SelectionSort.c(+63 -88)📄 Description
The codes in sorting have different forms.
I formulated BubbleSort.c, InsertionSort.c, SelectionSort.c by QuickSort.c
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.