[PR #52] [CLOSED] Add: Implementation of linear search algorithm #264

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/52
Author: @jebinphilipose
Created: 9/30/2017
Status: Closed

Base: masterHead: linear-search


📝 Commits (1)

  • f17849f Add: Implementation of linear search algorithm

📊 Changes

1 file changed (+20 additions, -0 deletions)

View changed files

searching/linear_search.c (+20 -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/52 **Author:** [@jebinphilipose](https://github.com/jebinphilipose) **Created:** 9/30/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `linear-search` --- ### 📝 Commits (1) - [`f17849f`](https://github.com/TheAlgorithms/C/commit/f17849f9df0d66a21fb23c9bafdbe389c1dfc712) Add: Implementation of linear search algorithm ### 📊 Changes **1 file changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `searching/linear_search.c` (+20 -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:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#264