Skip to content

Commit dbdf22b

Browse files
committed
updating DIRECTORY.md
1 parent 87a3dbc commit dbdf22b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@
695695
* Forecasting
696696
* [Run](machine_learning/forecasting/run.py)
697697
* [Frequent Pattern Growth](machine_learning/frequent_pattern_growth.py)
698+
* [Gaussian Mixture Model](machine_learning/gaussian_mixture_model.py)
698699
* [Gaussian Naive Bayes](machine_learning/gaussian_naive_bayes.py)
699700
* [Gradient Boosting Classifier](machine_learning/gradient_boosting_classifier.py)
700701
* [Gradient Boosting Regressor](machine_learning/gradient_boosting_regressor.py)
@@ -742,6 +743,7 @@
742743
* [Bailey Borwein Plouffe](maths/bailey_borwein_plouffe.py)
743744
* [Base Neg2 Conversion](maths/base_neg2_conversion.py)
744745
* [Basic Maths](maths/basic_maths.py)
746+
* [Bearing](maths/bearing.py)
745747
* [Binary Exponentiation](maths/binary_exponentiation.py)
746748
* [Binary Multiplication](maths/binary_multiplication.py)
747749
* [Binomial Coefficient](maths/binomial_coefficient.py)
@@ -878,6 +880,7 @@
878880
* [Hexagonal Numbers](maths/series/hexagonal_numbers.py)
879881
* [Logarithmic Series](maths/series/logarithmic_series.py)
880882
* [P Series](maths/series/p_series.py)
883+
* [Shoelace Area](maths/shoelace_area.py)
881884
* [Sieve Of Atkin](maths/sieve_of_atkin.py)
882885
* [Sieve Of Eratosthenes](maths/sieve_of_eratosthenes.py)
883886
* [Sigmoid](maths/sigmoid.py)
@@ -909,6 +912,7 @@
909912
* [Pronic Number](maths/special_numbers/pronic_number.py)
910913
* [Proth Number](maths/special_numbers/proth_number.py)
911914
* [Triangular Numbers](maths/special_numbers/triangular_numbers.py)
915+
* [Trimorphic Number](maths/special_numbers/trimorphic_number.py)
912916
* [Ugly Numbers](maths/special_numbers/ugly_numbers.py)
913917
* [Weird Number](maths/special_numbers/weird_number.py)
914918
* [Sum Of Arithmetic Series](maths/sum_of_arithmetic_series.py)

0 commit comments

Comments
 (0)