[PR #1354] [CLOSED] add comment and explanation of linear search algorithms #1954

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1354
Author: @Fikayomi31
Created: 10/16/2023
Status: Closed

Base: masterHead: mine


📝 Commits (1)

  • e1cbc2d add comment and explanation of linear search algorithms

📊 Changes

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

View changed files

📝 searching/linear_search.c (+8 -0)

📄 Description

Description of Change

Added comments to the linear search algorithms

References

Checklist

  • Relevant documentation/comments is changed or added

Notes:


🔄 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/1354 **Author:** [@Fikayomi31](https://github.com/Fikayomi31) **Created:** 10/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mine` --- ### 📝 Commits (1) - [`e1cbc2d`](https://github.com/TheAlgorithms/C/commit/e1cbc2d9657b72cdd0d74b6b86a707ebbd5f6b4c) add comment and explanation of linear search algorithms ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `searching/linear_search.c` (+8 -0) </details> ### 📄 Description #### Description of Change Added comments to the linear search algorithms <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [ ] Relevant documentation/comments is changed or added Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <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:26:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1954