mirror of https://github.com/TheAlgorithms/C
0f5f241a1d
* feat: added celcius_to_fahrenheit.c * docs: added comment to 1st test * updating DIRECTORY.md * fix: changed spelling of 'celcius' to 'celsius' * updating DIRECTORY.md * Update conversions/celsius_to_fahrenheit.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update conversions/celsius_to_fahrenheit.c Co-authored-by: David Leal <halfpacho@gmail.com> * chore: apply suggestions from code review Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
binary_to_decimal.c | ||
binary_to_hexadecimal.c | ||
binary_to_octal.c | ||
c_atoi_str_to_integer.c | ||
celsius_to_fahrenheit.c | ||
decimal_to_any_base.c | ||
decimal_to_binary.c | ||
decimal_to_binary_recursion.c | ||
decimal_to_hexa.c | ||
decimal_to_octal.c | ||
decimal_to_octal_recursion.c | ||
hexadecimal_to_octal.c | ||
hexadecimal_to_octal2.c | ||
infix_to_postfix.c | ||
infix_to_postfix2.c | ||
int_to_string.c | ||
octal_to_binary.c | ||
octal_to_decimal.c | ||
octal_to_hexadecimal.c | ||
roman_numerals_to_decimal.c | ||
to_decimal.c |