Initial commit

This commit is contained in:
Mari von Steinkirch 2013-09-10 01:04:08 -07:00
commit 4061fa6df1
2 changed files with 39 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@ -0,0 +1,35 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject

4
README.md Normal file
View File

@ -0,0 +1,4 @@
python_and_alg
==============
This repository contains a comprehensive study of Algorithms and Python, including an "ebook" that I wrote. In the folder /src/examples_in_my_book/, I made available all the examples and cases I used in my ebook. In the folder /futher_examples/ you can find all the solutions for the book Cracking the Code, and many examples from the websites Project Euler and Topcoder.