Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0300e4

Browse files
committed
README: Table for my solutions
- Tasks - Used modules (python and own)
1 parent 295e247 commit b0300e4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎README.md‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
1111
- Sets up and tears down calculation of a solution for a day
1212
- Mocks the input from the `input.txt` by an input string
1313

14-
## My libraries
14+
## My modules
1515
### Point2D
1616
- 2D point inside cartesian coordinate system
1717
- Set and get x and y coordinates
@@ -35,3 +35,12 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
3535
### Triangle
3636
- Set and get side lengths
3737
- Check if triangle is possible
38+
39+
## My solutions
40+
| Day | Task | Python modules | My modules |
41+
| --- | ---- | -------------- | ---------- |
42+
| 01 | Find shortest path and cross point | copy, math, PIL | Point2D, Map |
43+
| 02 | Find codes at keypads | os, json | Keypad |
44+
| 03 | Check triangles | re | Triangle |
45+
| 04 | Encrypt and check room names | re, collections, operator | - |
46+
| 05 | Create password from MD5 hashes | hashlib | - |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /