python-recursive
There are 4 repositories under python-recursive topic.
imnaresh96/practice_python
Python Practice
only-dev-ops/Sierpinski-Traingle
Python Recursive program that draws a Sierpinski Triangle.
Krystifer/Cauchy_FunctionSequence
Given the metric space C([-1,1]) (continuous functions on the closed interval [-1,1]) with the norm of the maximum. This code checks with the help of a color map, if a given function sequence is or not a Cauchy sequence in C([-1,1]).
karlpothast/python-tictactoe-results
Determine the winner of a tic tac toe game by traversing a 2D array.