In a previous project, you drew Archimedean Spiral, in which radius increase linearly with the angle. In Fermat’s spiral, radius increases in proportion to the square root of the angle.
In a previous project, you drew 60 titled circles (Turtle’s heading directions are different). Now add rainbow color to it with colorsys library. You may also need to define your own
Merge Sort algorithm is fast but it requires additional array and additional copying. Quick Sort is even faster than Merge Sort. Implement Quick Sort algorithm and animate it! Here is