lancelote / cs212

Design of Computer Programs udacity course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Requirements Status

Design of Computer Programs

Code for Design of Computer Programs udacity course

Projects

Poker

Zebra

Cryptarithmetic

Floor puzzle

Longest palindrome

Finds the longest palindrome in the given string

Package Dependencies

pip install -r requirements.txt

Testing

Unit tests (py.test), acceptance tests (behave) and syntax validation (pylint):

paver <sub_project>
# poker, zebra, crypt_ar, floor

About

Design of Computer Programs udacity course


Languages

Language:Python 96.0%Language:Gherkin 4.0%