[PR #172] [CLOSED] Standard naming convention #423

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/172
Author: @AnupKumarPanwar
Created: 10/8/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c2694e3 standard naming convention

📊 Changes

34 files changed (+0 additions, -49 deletions)

View changed files

📝 computer_oriented_statistical_methods/gauss_elimination.c (+0 -0)
📝 computer_oriented_statistical_methods/mean.C (+0 -0)
📝 computer_oriented_statistical_methods/median.C (+0 -0)
📝 computer_oriented_statistical_methods/seidal.C (+0 -0)
📝 computer_oriented_statistical_methods/simpsons_1_3rd_rule.c (+0 -0)
📝 conversions/binary_to_octal.c (+0 -0)
📝 conversions/to_decimal.c (+0 -0)
📝 data_structures/array/CArray.c (+0 -0)
📝 data_structures/array/CArray.h (+0 -0)
📝 data_structures/array/CArrayTests.c (+0 -0)
📝 data_structures/array/README.md (+0 -0)
📝 data_structures/binary_trees/recursive_traversal.c (+0 -0)
data_structures/dictionary/test_program.c (+0 -49)
📝 data_structures/linked_list/merge_linked_lists.c (+0 -0)
📝 data_structures/stack/balanced_parenthesis_using_stack.c (+0 -0)
📝 misc/collatz.c (+0 -0)
📝 misc/factorial.c (+0 -0)
📝 misc/fibonacci.c (+0 -0)
📝 misc/gcd.c (+0 -0)
📝 misc/is_armstrong.c (+0 -0)

...and 14 more files

📄 Description

Removed space between the characters and using


🔄 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/172 **Author:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Created:** 10/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c2694e3`](https://github.com/TheAlgorithms/C/commit/c2694e3f66ccc3d5911c54d6994d75d597bffca6) standard naming convention ### 📊 Changes **34 files changed** (+0 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `computer_oriented_statistical_methods/gauss_elimination.c` (+0 -0) 📝 `computer_oriented_statistical_methods/mean.C` (+0 -0) 📝 `computer_oriented_statistical_methods/median.C` (+0 -0) 📝 `computer_oriented_statistical_methods/seidal.C` (+0 -0) 📝 `computer_oriented_statistical_methods/simpsons_1_3rd_rule.c` (+0 -0) 📝 `conversions/binary_to_octal.c` (+0 -0) 📝 `conversions/to_decimal.c` (+0 -0) 📝 `data_structures/array/CArray.c` (+0 -0) 📝 `data_structures/array/CArray.h` (+0 -0) 📝 `data_structures/array/CArrayTests.c` (+0 -0) 📝 `data_structures/array/README.md` (+0 -0) 📝 `data_structures/binary_trees/recursive_traversal.c` (+0 -0) ➖ `data_structures/dictionary/test_program.c` (+0 -49) 📝 `data_structures/linked_list/merge_linked_lists.c` (+0 -0) 📝 `data_structures/stack/balanced_parenthesis_using_stack.c` (+0 -0) 📝 `misc/collatz.c` (+0 -0) 📝 `misc/factorial.c` (+0 -0) 📝 `misc/fibonacci.c` (+0 -0) 📝 `misc/gcd.c` (+0 -0) 📝 `misc/is_armstrong.c` (+0 -0) _...and 14 more files_ </details> ### 📄 Description Removed space between the characters and using --- <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:12: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#423