TheAlgorithms-C/conversions
Krishna Vedala 6385b0223e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	.travis.yml
#	DIRECTORY.md
#	README.md
2020-05-22 21:06:10 -04:00
..
CMakeLists.txt openmp in conversions folder 2020-04-07 19:28:48 -04:00
binary_to_decimal.c Update binary_to_decimal.c 2018-10-06 00:04:48 +05:30
binary_to_hexadecimal.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
binary_to_octal.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
decimal_to_binary.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00
decimal_to_hexa.c Refactor 2018-10-08 21:18:35 +05:30
decimal_to_octal.c Refactor 2018-10-08 21:18:35 +05:30
decimal_to_octal_recursion.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
hexadecimal_to_octal.c gets not a C11 standard, superceded by fgets 2020-04-08 09:45:12 -04:00
octal_to_decimal.c Added octal to decimal 2020-05-02 17:52:26 +01:00
to_decimal.c Fix filenames for DIRECTORY.md 2020-01-09 10:27:32 +01:00