algorithm.py
changeset 5 5ab3cc2e7851
parent 4 4cee17e91d29
     1.1 --- a/algorithm.py	Mon Jun 14 23:16:47 2010 +0200
     1.2 +++ b/algorithm.py	Tue Jun 15 14:58:05 2010 +0200
     1.3 @@ -1,5 +1,6 @@
     1.4  import time
     1.5 -
     1.6 +#cells range -2.2-1.4j 1+1.4j res 1000x1000 sha256:  82fe54e221a7ac3283443fc189bb0baf579bba013a7ed3405606bb2dd8c03127
     1.7 +#empty cells sha256: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
     1.8  def profile(func):
     1.9  	def wrapper(*arg):
    1.10  		t1 = time.clock()