You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,6 @@ My solutions to [Google Code Jam 2020](https://codingcompetitions.withgoogle.com
23
23
24
24
| # | Problem | Solution | Notes |
25
25
|---|---------|----------|-------|
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