[PR #556] [MERGED] [docs] add documentation group #981

Closed
opened 2026-01-29 15:16:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/556
Author: @kvedala
Created: 7/3/2020
Status: Merged
Merged: 7/4/2020
Merged by: @kvedala

Base: masterHead: logs/sort


📝 Commits (4)

📊 Changes

2 files changed (+19 additions, -2 deletions)

View changed files

📝 sorting/bead_sort.c (+6 -1)
📝 sorting/shell_sort2.c (+13 -1)

📄 Description

Description of Change

added sorting group in documentation

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • 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/556 **Author:** [@kvedala](https://github.com/kvedala) **Created:** 7/3/2020 **Status:** ✅ Merged **Merged:** 7/4/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `logs/sort` --- ### 📝 Commits (4) - [`ca54e01`](https://github.com/TheAlgorithms/C/commit/ca54e01b2a115e7a623bca04bac522ac72ff40ee) add documentation group - [`b73e81a`](https://github.com/TheAlgorithms/C/commit/b73e81a7a439a2d4432ba08c334dbe72d3f6c296) function parameter docs - [`7fc55b5`](https://github.com/TheAlgorithms/C/commit/7fc55b5949c2501671494c3d41716465a07c8979) fix function parameter direction - [`f63fd5c`](https://github.com/TheAlgorithms/C/commit/f63fd5cc3d4393360849be888ff820efe15ae8e8) free dynamic memory ### 📊 Changes **2 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `sorting/bead_sort.c` (+6 -1) 📝 `sorting/shell_sort2.c` (+13 -1) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C-Plus-Plus/CONTRIBUTING.md --> added `sorting` group in documentation #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/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: <!-- 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:16:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#981