Skip to content

Commit 7be7ac2

Browse files
updating DIRECTORY.md
1 parent 596b876 commit 7be7ac2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

DIRECTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@
522522

523523
## [Fractals](fractals)
524524
* [Barnsley Fern](fractals/barnsley_fern.py)
525+
* [Hilbert Curve](fractals/hilbert_curve.py)
525526
* [Julia Sets](fractals/julia_sets.py)
526527
* [Koch Snowflake](fractals/koch_snowflake.py)
527528
* [Mandelbrot](fractals/mandelbrot.py)
@@ -699,7 +700,7 @@
699700
* [Gradient Descent](machine_learning/gradient_descent.py)
700701
* [K Means Clust](machine_learning/k_means_clust.py)
701702
* [K Medoids](machine_learning/k_medoids.py)
702-
* [K Nearest Neighbours](machine_learning/k_nearest_neighbours.py)
703+
* [K Nearest Neighbors](machine_learning/k_nearest_neighbors.py)
703704
* [Linear Discriminant Analysis](machine_learning/linear_discriminant_analysis.py)
704705
* [Linear Regression](machine_learning/linear_regression.py)
705706
* [Linear Regression Vectorized](machine_learning/linear_regression_vectorized.py)
@@ -742,6 +743,7 @@
742743
* [Binary Multiplication](maths/binary_multiplication.py)
743744
* [Binomial Coefficient](maths/binomial_coefficient.py)
744745
* [Binomial Distribution](maths/binomial_distribution.py)
746+
* [Binomial Expansion](maths/binomial_expansion.py)
745747
* [Ceil](maths/ceil.py)
746748
* [Chebyshev Distance](maths/chebyshev_distance.py)
747749
* [Check Polygon](maths/check_polygon.py)
@@ -785,6 +787,7 @@
785787
* [Interquartile Range](maths/interquartile_range.py)
786788
* [Is Int Palindrome](maths/is_int_palindrome.py)
787789
* [Is Ip V4 Address Valid](maths/is_ip_v4_address_valid.py)
790+
* [Is Ipv6 Address Valid](maths/is_ipv6_address_valid.py)
788791
* [Is Square Free](maths/is_square_free.py)
789792
* [Jaccard Similarity](maths/jaccard_similarity.py)
790793
* [Joint Probability Distribution](maths/joint_probability_distribution.py)

0 commit comments

Comments
 (0)