TheAlgorithms-C/conversions
AFK 2fd92f280d
feat: Add `conversion/decimal_to_anybase.c` algorithm (#872)
* 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>
2021-10-13 14:30:24 -05:00
..
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
binary_to_decimal.c fix: Update conversions/binary_to_decimal.c (#730) 2020-10-29 15:06:30 -06:00
binary_to_hexadecimal.c Update binary_to_hexadecimal.c 2020-10-29 22:25:36 +01:00
binary_to_octal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
c_atoi_str_to_integer.c fixed precision commit. was assert-fail on negative numbers. 2021-02-28 01:07:53 +03:00
decimal_to_any_base.c feat: Add `conversion/decimal_to_anybase.c` algorithm (#872) 2021-10-13 14:30:24 -05:00
decimal_to_binary.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
decimal_to_binary_recursion.c decimal to binary using recursion (#575) 2020-07-31 07:00:02 -04:00
decimal_to_hexa.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
decimal_to_octal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
decimal_to_octal_recursion.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
hexadecimal_to_octal.c gets not a C11 standard, superceded by fgets 2020-04-08 09:45:12 -04:00
hexadecimal_to_octal2.c feat: Add another hexadecimal to octal conversion (#658) 2020-10-20 21:00:03 -05:00
infix_to_postfix.c review: make get getPrecedence 2021-02-11 10:29:16 +05:30
int_to_string.c more docs 2020-07-31 13:49:33 +00:00
octal_to_binary.c Update octal_to_binary.c 2020-10-30 22:09:02 +05:30
octal_to_decimal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
octal_to_hexadecimal.c updated with the suggested changes 2020-10-20 10:49:16 +05:30
to_decimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00