TheAlgorithms-C/conversions
Vishnu P a050a48bfd
Added octal to binary conversion (#629)
* Added octal to binary conversion

* Update conversions/octal_to_binary.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update conversions/octal_to_binary.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Changes updated

* To trigger action

* updating DIRECTORY.md

* LGTM alert  fixed.

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-10-02 08:16:27 -04:00
..
binary_to_decimal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
binary_to_hexadecimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
binary_to_octal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
c_atoi_str_to_integer.c fix LGTM error - c_atoi 2020-06-28 15:53:26 -04:00
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
decimal_to_binary_recursion.c decimal to binary using recursion (#575) 2020-07-31 07:00:02 -04:00
decimal_to_binary.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
decimal_to_hexa.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
decimal_to_octal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
hexadecimal_to_octal.c gets not a C11 standard, superceded by fgets 2020-04-08 09:45:12 -04:00
int_to_string.c more docs 2020-07-31 13:49:33 +00:00
octal_to_binary.c Added octal to binary conversion (#629) 2020-10-02 08:16:27 -04:00
octal_to_decimal.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
to_decimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00