Skip to content

Commit 86b7401

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 57556ab commit 86b7401

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

DIRECTORY.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@
267267
* Tests
268268
* [Test Send File](https://github.com/TheAlgorithms/Python/blob/master/file_transfer/tests/test_send_file.py)
269269

270+
## Fractals
271+
* [Koch Snowflake](https://github.com/TheAlgorithms/Python/blob/master/fractals/koch_snowflake.py)
272+
* [Mandelbrot](https://github.com/TheAlgorithms/Python/blob/master/fractals/mandelbrot.py)
273+
* [Sierpinski Triangle](https://github.com/TheAlgorithms/Python/blob/master/fractals/sierpinski_triangle.py)
274+
270275
## Fuzzy Logic
271276
* [Fuzzy Operations](https://github.com/TheAlgorithms/Python/blob/master/fuzzy_logic/fuzzy_operations.py)
272277

@@ -279,8 +284,6 @@
279284

280285
## Graphics
281286
* [Bezier Curve](https://github.com/TheAlgorithms/Python/blob/master/graphics/bezier_curve.py)
282-
* [Koch Snowflake](https://github.com/TheAlgorithms/Python/blob/master/graphics/koch_snowflake.py)
283-
* [Mandelbrot](https://github.com/TheAlgorithms/Python/blob/master/graphics/mandelbrot.py)
284287
* [Vector3 For 2D Rendering](https://github.com/TheAlgorithms/Python/blob/master/graphics/vector3_for_2d_rendering.py)
285288

286289
## Graphs
@@ -548,7 +551,6 @@
548551
* [Primelib](https://github.com/TheAlgorithms/Python/blob/master/other/primelib.py)
549552
* [Scoring Algorithm](https://github.com/TheAlgorithms/Python/blob/master/other/scoring_algorithm.py)
550553
* [Sdes](https://github.com/TheAlgorithms/Python/blob/master/other/sdes.py)
551-
* [Sierpinski Triangle](https://github.com/TheAlgorithms/Python/blob/master/other/sierpinski_triangle.py)
552554
* [Tower Of Hanoi](https://github.com/TheAlgorithms/Python/blob/master/other/tower_of_hanoi.py)
553555
* [Triplet Sum](https://github.com/TheAlgorithms/Python/blob/master/other/triplet_sum.py)
554556
* [Two Pointer](https://github.com/TheAlgorithms/Python/blob/master/other/two_pointer.py)

0 commit comments

Comments
 (0)