[PR #346] [CLOSED] Add Tim Sort #687

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/346
Author: @erx-manaois
Created: 10/5/2019
Status: Closed

Base: masterHead: add-tim-sort


📝 Commits (2)

📊 Changes

2 files changed (+128 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
sorting/TimSort.c (+127 -0)

📄 Description

Revised Readme.md to include Tim sort on the list
Added sorting/TimSort.c


🔄 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/346 **Author:** [@erx-manaois](https://github.com/erx-manaois) **Created:** 10/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-tim-sort` --- ### 📝 Commits (2) - [`071208c`](https://github.com/TheAlgorithms/C/commit/071208cd7465c99b594dc805c5b71f5e17e75dfa) Add Tim Sort - [`12aba27`](https://github.com/TheAlgorithms/C/commit/12aba27a375c997d2ea03fa95354024142bbf772) Change tab into space form ### 📊 Changes **2 files changed** (+128 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `sorting/TimSort.c` (+127 -0) </details> ### 📄 Description Revised Readme.md to include Tim sort on the list Added sorting/TimSort.c --- <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:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#687