Documentation for a36fd06093

This commit is contained in:
github-actions
2020-08-11 10:49:52 +00:00
parent 28910f20f9
commit 3809f1af8c
9 changed files with 19 additions and 18 deletions

View File

@@ -300,6 +300,7 @@ Operations On Datastructures</h1>
Others</h1>
<ul>
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/buzz_number.cpp">Buzz Number</a></li>
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/collatz_conjecture.cpp">Collatz Conjecture</a></li>
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/decimal_to_binary.cpp">Decimal To Binary</a></li>
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/decimal_to_hexadecimal.cpp">Decimal To Hexadecimal</a></li>
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/decimal_to_roman_numeral.cpp">Decimal To Roman Numeral</a></li>