mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1212] [MERGED] Add Patience Sort #1804
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/1212
Author: @CascadingCascade
Created: 2/6/2023
Status: ✅ Merged
Merged: 2/20/2023
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (8)
16d3139updating DIRECTORY.mded26c05updating DIRECTORY.md2fb09e7Merge branch 'master' of https://github.com/CascadingCascade/Ca900893feat: Add Patience Sort130614bupdating DIRECTORY.md5e996a6Update sorting/patience_sort.c1f56373Update sorting/patience_sort.ce9828a1Merge branch 'master' into master📊 Changes
2 files changed (+164 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+4 -0)➕
sorting/patience_sort.c(+160 -0)📄 Description
Description of Change
Add an implementation of Patience Sort
References
Checklist
Notes:
Wikipedia link to this sorting algorithm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.