Skip to content

Commit e79403d

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 2777e5d commit e79403d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DIRECTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@
632632
* [Radians](maths/radians.py)
633633
* [Radix2 Fft](maths/radix2_fft.py)
634634
* [Relu](maths/relu.py)
635+
* [Remove Digit](maths/remove_digit.py)
635636
* [Runge Kutta](maths/runge_kutta.py)
636637
* [Segmented Sieve](maths/segmented_sieve.py)
637638
* Series
@@ -694,6 +695,8 @@
694695

695696
## Neural Network
696697
* [2 Hidden Layers Neural Network](neural_network/2_hidden_layers_neural_network.py)
698+
* Activation Functions
699+
* [Exponential Linear Unit](neural_network/activation_functions/exponential_linear_unit.py)
697700
* [Back Propagation Neural Network](neural_network/back_propagation_neural_network.py)
698701
* [Convolution Neural Network](neural_network/convolution_neural_network.py)
699702
* [Input Data](neural_network/input_data.py)
@@ -1080,6 +1083,7 @@
10801083

10811084
## Sorts
10821085
* [Bead Sort](sorts/bead_sort.py)
1086+
* [Binary Insertion Sort](sorts/binary_insertion_sort.py)
10831087
* [Bitonic Sort](sorts/bitonic_sort.py)
10841088
* [Bogo Sort](sorts/bogo_sort.py)
10851089
* [Bubble Sort](sorts/bubble_sort.py)
@@ -1170,6 +1174,7 @@
11701174
* [Reverse Words](strings/reverse_words.py)
11711175
* [Snake Case To Camel Pascal Case](strings/snake_case_to_camel_pascal_case.py)
11721176
* [Split](strings/split.py)
1177+
* [String Switch Case](strings/string_switch_case.py)
11731178
* [Text Justification](strings/text_justification.py)
11741179
* [Top K Frequent Words](strings/top_k_frequent_words.py)
11751180
* [Upper](strings/upper.py)

0 commit comments

Comments
 (0)