updated contents from Atlas repo

This commit is contained in:
Luciano Ramalho
2014-10-14 14:26:55 -03:00
parent 40688c038d
commit 981d5bc473
157 changed files with 71134 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
PS > pip install pyuca
Downloading/unpacking pyuca
Running setup.py (path:C:\Users\...) egg_info for package pyuca
Installing collected packages: pyuca
Running setup.py install for pyuca
Successfully installed pyuca
Cleaning up...
PS > python .\sorting_uca.py
manual_sort ['açaí', 'acaíba', 'acerola', 'cajá', 'caju']
plain_sort ['acaíba', 'acerola', 'açaí', 'caju', 'cajá'] WRONG
pyuca_sort ['açaí', 'acaíba', 'acerola', 'cajá', 'caju'] CORRECT