mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #709] [CLOSED] Bug fixes, Formatting source code, & Renaming files to google standard #1198
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/709
Author: @Suraj-Patro
Created: 10/23/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (8)
aaa69f0Add files via uploadc134326Add files via uploada152e87formatting source_code17bad30adding limits.h097bc6badding limits.hf267984formatting source & bug fixes53a360eformatting source codeaf1639aDelete a.out📊 Changes
29 files changed (+165 additions, -243 deletions)
View changed files
📝
conversions/binary_to_decimal.c(+4 -4)📝
conversions/binary_to_hexadecimal.c(+4 -3)📝
conversions/binary_to_octal.c(+7 -2)📝
conversions/c_atoi_str_to_integer.c(+11 -0)📝
conversions/decimal_to_binary.c(+5 -5)📝
conversions/decimal_to_hexa.c(+1 -0)📝
conversions/decimal_to_octal.c(+1 -1)📝
conversions/decimal_to_octal_recursion.c(+2 -2)📝
conversions/hexadecimal_to_octal.c(+1 -1)📝
conversions/hexadecimal_to_octal2.c(+5 -5)📝
conversions/octal_to_binary.c(+13 -13)📝
conversions/octal_to_decimal.c(+0 -7)📝
conversions/to_decimal.c(+1 -1)📝
data_structures/array/README.md(+3 -3)📝
data_structures/array/carray.c(+5 -4)📝
data_structures/array/carray.h(+3 -3)📝
data_structures/array/carray_tests.c(+5 -4)📝
data_structures/binary_trees/avl_tree.c(+1 -1)📝
data_structures/binary_trees/binary_search_tree.c(+5 -4)📝
data_structures/binary_trees/recursive_traversals.c(+1 -1)...and 9 more files
📄 Description
Description of Change
References
Checklist
Notes:
Bug fixed in conversions/c_atoi_str_to_integer.c & formatting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.