mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 13:54:36 +00:00
[PR #172] [CLOSED] Standard naming convention #423
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/172
Author: @AnupKumarPanwar
Created: 10/8/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
c2694e3standard 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.