Skip to content

Commit aded2a6

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 5fc2901 commit aded2a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* [Decimal To Octal](https://github.com/TheAlgorithms/C/blob/master/conversions/decimal_to_octal.c)
1717
* [Decimal To Octal Recursion](https://github.com/TheAlgorithms/C/blob/master/conversions/decimal_to_octal_recursion.c)
1818
* [Hexadecimal To Octal](https://github.com/TheAlgorithms/C/blob/master/conversions/hexadecimal_to_octal.c)
19+
* [Int To String](https://github.com/TheAlgorithms/C/blob/master/conversions/int_to_string.c)
1920
* [Octal To Decimal](https://github.com/TheAlgorithms/C/blob/master/conversions/octal_to_decimal.c)
2021
* [To Decimal](https://github.com/TheAlgorithms/C/blob/master/conversions/to_decimal.c)
2122

0 commit comments

Comments
 (0)