Skip to content

Commit 67217dd

Browse files
authored
Merge pull request #23 from UofT-DSI/alex-assignment-1-typos
Fixed typos in assignment_1.ipynb
2 parents 359ca59 + ef67724 commit 67217dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02_activities/assignments/assignment_1.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"# self.val = val\n",
8383
"# self.left = left\n",
8484
"# self.right = right\n",
85-
"def is_symmetric(root: TreeNode) -> int:\n",
85+
"def is_duplicate(root: TreeNode) -> int:\n",
8686
" # TODO"
8787
]
8888
},
@@ -111,7 +111,7 @@
111111
"\n",
112112
" ![](./images/q1_ex3.png)\n",
113113
"\n",
114-
" Input: `root = [10, 9, 8, 7]`\n",
114+
" Input: `root = [10, 9, 7, 8]`\n",
115115
"\n",
116116
" Output: [[10, 7], [10, 9, 8]]\n",
117117
"\n",
@@ -257,7 +257,7 @@
257257
"metadata": {},
258258
"source": [
259259
"\n",
260-
"- Explain the problem’s and space complexity\n"
260+
"- Explain the problem’s time and space complexity\n"
261261
]
262262
},
263263
{

0 commit comments

Comments
 (0)