-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (26 loc) · 986 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Python PlayGround.
- Jameson Lee
Intended to display programming style in python
but actually is turning into code-sample and self-reference
Google:
First batch of questions will be codes from Google Code Jam (not actually participating)
Key will be with notes and comments, you can get the original question from google here:
http://code.google.com/codejam/contests.html
Starting from Code Jam 2011 and moving backwards (someday)
Greplin Challenge:
greplin.py
- challenge.greplin.com
3 problems, sub-string search, prime numbers, subsets
used itertools found via StackOverFlow for 3rd problems
Sudoku Challenge:
Graphic Sudoku Game, (requires pygame)
- Base Solver is a refactored Norvig code
- Has Inputbox.py (from the internets)
- Mouse + Keyboard game
- Code sample for IBG
ms:
for MindSnacks
- www.mindsnacks.com/challenges/
solve for optimal pairing of tutors, players (may not be stable pairing)
- uses munkres python package
- see readme