Drawing a Sierpinski Triangle with Python Turtle

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.พ. 2025
  • SIGN UP TO THE NEXT WEBINAR: www.eventbrite...
    We will cover the core concept s of python and do some problem solving
    #SierpinskiTriangle, #PythonTurtle, #SierpinskiTurtle
    ~-~~-~~~-~~-~
    Latest and Best Arduino Playlist in Collaboratio with DFRobot:
    • Arduino Zero to Hero
    ~-~~-~~~-~~-~

ความคิดเห็น •

  • @hamavanti
    @hamavanti 2 ปีที่แล้ว +2

    I'm proud to be Polish like Sierpinski :)

  • @SanjinDedic
    @SanjinDedic  4 ปีที่แล้ว

    Free fractals event join in to ask question live:www.eventbrite.com.au/e/free-python-extension-workshop-fractal-geometry-with-python-turtle-tickets-103070984088

  • @OOO-yj1ve
    @OOO-yj1ve ปีที่แล้ว

    great video

  • @SHELDONSHOW
    @SHELDONSHOW 3 ปีที่แล้ว +1

    thank you everything is available and clear

  • @elriclescop5134
    @elriclescop5134 3 ปีที่แล้ว +1

    To make the Sierpinski function with a x, I did sierpinski(12.5*(2**(x-1)), x) but I think there is a much more easy way to do it

  • @benjaminli183
    @benjaminli183 ปีที่แล้ว

    helped so much

  • @Oztelsalih
    @Oztelsalih 3 ปีที่แล้ว

    Thank you veryyyy much >_

  • @joshuam2341
    @joshuam2341 4 ปีที่แล้ว

    Is this a recursive algorithm?

    • @SanjinDedic
      @SanjinDedic  4 ปีที่แล้ว +2

      Yes it definitely is . . .a function calling itself and a lower scale thats recursion

  • @DamienMATTEI
    @DamienMATTEI 2 ปีที่แล้ว

    amazing! but the explication are poors, in fact the real problem is that Fractals are reccurents objects with a lot of symetry and this point is not used , a better algorithm would use this symetry to save time complexity.The time complexity is here exponential.