mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
@ -12,7 +12,7 @@ The examples presented here are:
|
||||
https://en.wikipedia.org/wiki/File:Julia_z2%2B0,25.png
|
||||
- Other examples from https://en.wikipedia.org/wiki/Julia_set
|
||||
- An exponential map Julia set, ambiantly homeomorphic to the examples in
|
||||
http://www.math.univ-toulouse.fr/~cheritat/GalII/galery.html
|
||||
https://www.math.univ-toulouse.fr/~cheritat/GalII/galery.html
|
||||
and
|
||||
https://ddd.uab.cat/pub/pubmat/02141493v43n1/02141493v43n1p27.pdf
|
||||
|
||||
|
@ -24,7 +24,7 @@ Usage:
|
||||
- $python sierpinski_triangle.py <int:depth_for_fractal>
|
||||
|
||||
Credits: This code was written by editing the code from
|
||||
http://www.riannetrujillo.com/blog/python-fractal/
|
||||
https://www.riannetrujillo.com/blog/python-fractal/
|
||||
|
||||
"""
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user