From 190afd4669c7c4fc3cfe82b7825913b07f27643b Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:56:41 +0000 Subject: [PATCH 1/3] updating DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index fdcf0ceedf1f..e6a1ff356143 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -585,6 +585,7 @@ * [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py) * [Hexagonal Number](maths/hexagonal_number.py) * [Integration By Simpson Approx](maths/integration_by_simpson_approx.py) + * [Interquartile Range](maths/interquartile_range.py) * [Is Int Palindrome](maths/is_int_palindrome.py) * [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py) * [Is Square Free](maths/is_square_free.py) From 6e00474b7b9a1170b6cbda7548dfa602db188116 Mon Sep 17 00:00:00 2001 From: CaedenPH Date: Wed, 16 Aug 2023 16:00:49 +0100 Subject: [PATCH 2/3] refactor(hex-to-bin): Un-shorten hex --- conversions/{hex_to_bin.py => hexadecimal_to_bin.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename conversions/{hex_to_bin.py => hexadecimal_to_bin.py} (100%) diff --git a/conversions/hex_to_bin.py b/conversions/hexadecimal_to_bin.py similarity index 100% rename from conversions/hex_to_bin.py rename to conversions/hexadecimal_to_bin.py From 05c503977c64ce53be0b49e11e4a8f212d143258 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:01:08 +0000 Subject: [PATCH 3/3] updating DIRECTORY.md --- DIRECTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index 8d1567465fbc..8705e962abab 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -150,7 +150,7 @@ * [Decimal To Octal](conversions/decimal_to_octal.py) * [Energy Conversions](conversions/energy_conversions.py) * [Excel Title To Column](conversions/excel_title_to_column.py) - * [Hex To Bin](conversions/hex_to_bin.py) + * [Hexadecimal To Bin](conversions/hexadecimal_to_bin.py) * [Hexadecimal To Decimal](conversions/hexadecimal_to_decimal.py) * [Length Conversion](conversions/length_conversion.py) * [Molecular Chemistry](conversions/molecular_chemistry.py)