mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
2fd92f280d
* added Conversion/decimal_to_anybase.c * Added Converstions/decimal_to_any_base.c * Enhencement of decimal_to_any_base.c * Update conversions/decimal_to_any_base.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update conversions/decimal_to_any_base.c Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * Update conversions/decimal_to_any_base.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update conversions/decimal_to_any_base.c Co-authored-by: David Leal <halfpacho@gmail.com> * text enhencement and debugging * comments norming * builtin int types declacration changed into arch optimized int types * comments norming * Adding booleans and int types normalization * Translation of the program into a function and tests added * Commentary rewriting in decimal_to_anybase and code beautify * added 1 comments in main and code beautify * Commentary norming * Code norming * Apply suggestions from code review Co-authored-by: Votre Nom <Vous@exemple.com> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
binary_to_decimal.c | ||
binary_to_hexadecimal.c | ||
binary_to_octal.c | ||
c_atoi_str_to_integer.c | ||
CMakeLists.txt | ||
decimal_to_any_base.c | ||
decimal_to_binary_recursion.c | ||
decimal_to_binary.c | ||
decimal_to_hexa.c | ||
decimal_to_octal_recursion.c | ||
decimal_to_octal.c | ||
hexadecimal_to_octal2.c | ||
hexadecimal_to_octal.c | ||
infix_to_postfix.c | ||
int_to_string.c | ||
octal_to_binary.c | ||
octal_to_decimal.c | ||
octal_to_hexadecimal.c | ||
to_decimal.c |