Python - Binary Search & Interpolation Search
摘要:1 import random 2 import time 3 4 # randomly create integer list 5 def RandomList(): 6 data = [] 7 nLen = random.randint(20, 50) 8 for _...
阅读全文
Eclipse 4.4.1 luna with PyDev 3.9 on MAC OS X 10.9
摘要:1. install jdk 7 or new version2. download eclipse tarball3. unzip eclipse tarball and drag it to application folder4. run eclipse5. eclipse menu => H...
阅读全文