[PR #57] [MERGED] added some algorithms #272

Open
opened 2026-01-29 15:10:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/57
Author: @theycallmemac
Created: 10/1/2017
Status: Merged
Merged: 10/11/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (3)

📊 Changes

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

View changed files

Searches/fibonacciSearch.c (+68 -0)
Sorts/shellSort.c (+48 -0)

📄 Description

No description provided


🔄 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/57 **Author:** [@theycallmemac](https://github.com/theycallmemac) **Created:** 10/1/2017 **Status:** ✅ Merged **Merged:** 10/11/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`79e1876`](https://github.com/TheAlgorithms/C/commit/79e187649d934d3fecefdaf5d652cffbbf11ceaf) create shellSort.c - [`8156611`](https://github.com/TheAlgorithms/C/commit/8156611ab24bf2fdd63b41b877058e2613240e54) created fibonacciSearch.c - [`ec6a9d5`](https://github.com/TheAlgorithms/C/commit/ec6a9d55e4c4a312a7025cf81440c924c6a7c99b) Delete C ### 📊 Changes **2 files changed** (+116 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Searches/fibonacciSearch.c` (+68 -0) ➕ `Sorts/shellSort.c` (+48 -0) </details> ### 📄 Description _No description provided_ --- <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:10:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#272