Skip to content

Commit 5ac82cf

Browse files
authored
Update README.md
1 parent 2852d8e commit 5ac82cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ My solutions to [Google Code Jam 2020](https://codingcompetitions.withgoogle.com
2323

2424
| # | Problem | Solution | Notes |
2525
|---|---------|----------|-------|
26-
| A | [Pattern Matching](https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd74/00000000002b3034) | [Solution]() | |
27-
| B | [Pascal Walk](https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd74/00000000002b1353) | [Solution]() | |
28-
| C | [Square Dance](https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd74/00000000002b1355) | [Solution]() | |
26+
| A | [Pattern Matching](https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd74/00000000002b3034) | [Solution](https://github.com/theXYZT/codejam-2020/blob/master/Round%201A/pattern-matching.py) | |
27+
| B | [Pascal Walk](https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd74/00000000002b1353) | [Solution](https://github.com/theXYZT/codejam-2020/blob/master/Round%201A/pascal-walk.py) | |
28+
| C | [Square Dance](https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd74/00000000002b1355) | [Solution](https://github.com/theXYZT/codejam-2020/blob/master/Round%201A/square-dance.py) | |

0 commit comments

Comments
 (0)