mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-12 05:44:32 +00:00
[PR #1422] [CLOSED] feat: Add Timsort sorting algorithm. #2018
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/1422
Author: @ljfp
Created: 10/6/2024
Status: ❌ Closed
Base:
master← Head:timsort📝 Commits (2)
58db283feat: Add Timsort sorting algorithm.04516c6Update timsort.c to align with the contribution guidelines before creating a PR.📊 Changes
1 file changed (+178 additions, -0 deletions)
View changed files
➕
sorting/timsort.c(+178 -0)📄 Description
Description of Change
Add Timsort sorting algorithm.
References
N/A
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.