File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 267
267
* Tests
268
268
* [ Test Send File] ( https://github.com/TheAlgorithms/Python/blob/master/file_transfer/tests/test_send_file.py )
269
269
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
+
270
275
## Fuzzy Logic
271
276
* [ Fuzzy Operations] ( https://github.com/TheAlgorithms/Python/blob/master/fuzzy_logic/fuzzy_operations.py )
272
277
279
284
280
285
## Graphics
281
286
* [ 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 )
284
287
* [ Vector3 For 2D Rendering] ( https://github.com/TheAlgorithms/Python/blob/master/graphics/vector3_for_2d_rendering.py )
285
288
286
289
## Graphs
548
551
* [ Primelib] ( https://github.com/TheAlgorithms/Python/blob/master/other/primelib.py )
549
552
* [ Scoring Algorithm] ( https://github.com/TheAlgorithms/Python/blob/master/other/scoring_algorithm.py )
550
553
* [ 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 )
552
554
* [ Tower Of Hanoi] ( https://github.com/TheAlgorithms/Python/blob/master/other/tower_of_hanoi.py )
553
555
* [ Triplet Sum] ( https://github.com/TheAlgorithms/Python/blob/master/other/triplet_sum.py )
554
556
* [ Two Pointer] ( https://github.com/TheAlgorithms/Python/blob/master/other/two_pointer.py )
You can’t perform that action at this time.
0 commit comments