[PR #1251] [CLOSED] docs: added documentation/formatting to linear search and radix sort algorithms #1842

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1251
Author: @AtlantaEmrys2002
Created: 4/27/2023
Status: Closed

Base: masterHead: Documentation


📝 Commits (3)

  • fcbc3c1 Update linear_search.c
  • 2c54ad2 Merge branch 'TheAlgorithms:master' into Documentation
  • 144a178 Update radix_sort.c

📊 Changes

2 files changed (+124 additions, -66 deletions)

View changed files

📝 searching/linear_search.c (+44 -20)
📝 sorting/radix_sort.c (+80 -46)

📄 Description

Description of Change

  • Added documentation to linear search.
  • Added minor formatting changes to linear search.
  • Added documentation to radix sort.
  • Added minor formatting changes to radix sort.

Checklist

  • Added description of change
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

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/1251 **Author:** [@AtlantaEmrys2002](https://github.com/AtlantaEmrys2002) **Created:** 4/27/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Documentation` --- ### 📝 Commits (3) - [`fcbc3c1`](https://github.com/TheAlgorithms/C/commit/fcbc3c129f22f9d6384e9df31acf71b17bf29b98) Update linear_search.c - [`2c54ad2`](https://github.com/TheAlgorithms/C/commit/2c54ad2179412adf821b7d802a53906efc15053f) Merge branch 'TheAlgorithms:master' into Documentation - [`144a178`](https://github.com/TheAlgorithms/C/commit/144a178b69b4341603145cbb2bb59d57593ffd47) Update radix_sort.c ### 📊 Changes **2 files changed** (+124 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `searching/linear_search.c` (+44 -20) 📝 `sorting/radix_sort.c` (+80 -46) </details> ### 📄 Description #### Description of Change - Added documentation to linear search. - Added minor formatting changes to linear search. - Added documentation to radix sort. - Added minor formatting changes to radix sort. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: --- <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:25:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1842