[PR #873] [CLOSED] Code style changed to follow the conventions correctly #1385

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/873
Author: @EdeysonGomes
Created: 10/8/2021
Status: Closed

Base: masterHead: master


📝 Commits (7)

📊 Changes

1 file changed (+15 additions, -9 deletions)

View changed files

📝 leetcode/src/1.c (+15 -9)

📄 Description

The code has had the variable names changed to follow the conventions correctly, and the code has been changed to a more pedagogically accurate version

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/873 **Author:** [@EdeysonGomes](https://github.com/EdeysonGomes) **Created:** 10/8/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`9073780`](https://github.com/TheAlgorithms/C/commit/90737809f20996e1ec6e2f5e48c35c43ff55cdab) Update 1.c - [`94256f6`](https://github.com/TheAlgorithms/C/commit/94256f67f15d157261a60c0725ce1ea766a970cd) Update 1.c - [`293e168`](https://github.com/TheAlgorithms/C/commit/293e168bf947bfbc194edab3350f4570ac448f9f) Update 1.c - [`1d88036`](https://github.com/TheAlgorithms/C/commit/1d88036e24823cbdbb9427d7ca317e6e6d01fdc8) Update 1.c - [`b8eab43`](https://github.com/TheAlgorithms/C/commit/b8eab432e2969518457da7cf16ee58cf36d37251) Update 1.c - [`2cc429d`](https://github.com/TheAlgorithms/C/commit/2cc429d48a6a705264f00a1bb776c967064f1152) Update 1.c - [`37ef0fa`](https://github.com/TheAlgorithms/C/commit/37ef0fa2ee848fd5c524b9a54fd24255d7ca09d7) Merge branch 'TheAlgorithms:master' into master ### 📊 Changes **1 file changed** (+15 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/src/1.c` (+15 -9) </details> ### 📄 Description #### The code has had the variable names changed to follow the conventions correctly, and the code has been changed to a more pedagogically accurate version <!-- 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]. --> - [ ] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [ ] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [ ] 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 --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/873"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a> --- <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:20:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1385