Skip to content

Commit 8e108ed

Browse files
tianyizheng02github-actions
and
github-actions
authored
Rename maths/binary_exponentiation_3.py (#9656)
* updating DIRECTORY.md * Rename binary_exponentiation_3.py Rename binary_exponentiation_3.py to binary_exponentiation_2.py because the original binary_exponentiation_2.py was renamed to binary_multiplication.py in PR #9513 * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 17de908 commit 8e108ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DIRECTORY.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
* [Bell Numbers](maths/bell_numbers.py)
557557
* [Binary Exp Mod](maths/binary_exp_mod.py)
558558
* [Binary Exponentiation](maths/binary_exponentiation.py)
559-
* [Binary Exponentiation 3](maths/binary_exponentiation_3.py)
559+
* [Binary Exponentiation 2](maths/binary_exponentiation_2.py)
560560
* [Binary Multiplication](maths/binary_multiplication.py)
561561
* [Binomial Coefficient](maths/binomial_coefficient.py)
562562
* [Binomial Distribution](maths/binomial_distribution.py)
@@ -588,7 +588,6 @@
588588
* [Find Min](maths/find_min.py)
589589
* [Floor](maths/floor.py)
590590
* [Gamma](maths/gamma.py)
591-
* [Gamma Recursive](maths/gamma_recursive.py)
592591
* [Gaussian](maths/gaussian.py)
593592
* [Gaussian Error Linear Unit](maths/gaussian_error_linear_unit.py)
594593
* [Gcd Of N Numbers](maths/gcd_of_n_numbers.py)
@@ -723,6 +722,7 @@
723722
* Activation Functions
724723
* [Exponential Linear Unit](neural_network/activation_functions/exponential_linear_unit.py)
725724
* [Leaky Rectified Linear Unit](neural_network/activation_functions/leaky_rectified_linear_unit.py)
725+
* [Mish](neural_network/activation_functions/mish.py)
726726
* [Rectified Linear Unit](neural_network/activation_functions/rectified_linear_unit.py)
727727
* [Scaled Exponential Linear Unit](neural_network/activation_functions/scaled_exponential_linear_unit.py)
728728
* [Sigmoid Linear Unit](neural_network/activation_functions/sigmoid_linear_unit.py)
@@ -748,6 +748,7 @@
748748
* [Linear Congruential Generator](other/linear_congruential_generator.py)
749749
* [Lru Cache](other/lru_cache.py)
750750
* [Magicdiamondpattern](other/magicdiamondpattern.py)
751+
* [Majority Vote Algorithm](other/majority_vote_algorithm.py)
751752
* [Maximum Subsequence](other/maximum_subsequence.py)
752753
* [Nested Brackets](other/nested_brackets.py)
753754
* [Number Container System](other/number_container_system.py)
File renamed without changes.

0 commit comments

Comments
 (0)