[PR #56] [CLOSED] Added some algorithms #269

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/56
Author: @theycallmemac
Created: 10/1/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

3 files changed (+197 additions, -0 deletions)

View changed files

C (+81 -0)
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/56 **Author:** [@theycallmemac](https://github.com/theycallmemac) **Created:** 10/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`79e1876`](https://github.com/TheAlgorithms/C/commit/79e187649d934d3fecefdaf5d652cffbbf11ceaf) create shellSort.c - [`8156611`](https://github.com/TheAlgorithms/C/commit/8156611ab24bf2fdd63b41b877058e2613240e54) created fibonacciSearch.c ### 📊 Changes **3 files changed** (+197 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `C` (+81 -0) ➕ `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:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#269