[PR #215] [MERGED] Consistent naming of sorting algorithms in README file #493

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/215
Author: @akay25
Created: 1/19/2019
Status: Merged
Merged: 1/19/2019
Merged by: @yanglbme

Base: masterHead: readme_fix/sorting-algorithm


📝 Commits (1)

  • d2f75fb Changed the sorting algorithm text to camel case.

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 README.md (+3 -3)

📄 Description

Change the sorting algorithms' name to camel case text for better consistency and readability.


🔄 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/215 **Author:** [@akay25](https://github.com/akay25) **Created:** 1/19/2019 **Status:** ✅ Merged **Merged:** 1/19/2019 **Merged by:** [@yanglbme](https://github.com/yanglbme) **Base:** `master` ← **Head:** `readme_fix/sorting-algorithm` --- ### 📝 Commits (1) - [`d2f75fb`](https://github.com/TheAlgorithms/C/commit/d2f75fb2c86294f9303898421875ec47d18b9e56) Changed the sorting algorithm text to camel case. ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -3) </details> ### 📄 Description Change the sorting algorithms' name to camel case text for better consistency and readability. --- <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:13:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#493