File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
02_activities/assignments Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 80
80
},
81
81
{
82
82
"cell_type" : " code" ,
83
- "execution_count" : 22 ,
83
+ "execution_count" : null ,
84
84
"metadata" : {},
85
85
"outputs" : [],
86
86
"source" : [
105
105
" queue.append(node.left)\n " ,
106
106
" if node.right:\n " ,
107
107
" queue.append(node.right)\n " ,
108
- " return -1\n " ,
109
- " \n " ,
110
- " \n "
108
+ " return -1"
111
109
]
112
110
},
113
111
{
270
268
},
271
269
{
272
270
"cell_type" : " code" ,
273
- "execution_count" : 30 ,
271
+ "execution_count" : null ,
274
272
"metadata" : {},
275
273
"outputs" : [
276
274
{
287
285
" root.left.left = TreeNode(7)\n " ,
288
286
" root.left.left.left = TreeNode(8)\n " ,
289
287
" \n " ,
290
- " print(path_to_leaves(root))\n "
288
+ " print(path_to_leaves(root))"
291
289
]
292
290
},
293
291
{
538
536
" Step 1: Create a boolean array to track seen number \n " ,
539
537
" Step 2: Mark the numbers that appear in the input list\n " ,
540
538
" step3: Collect the missing numbers\n " ,
541
- " step4: Edge case Handling\n "
539
+ " step4: Edge case Handling\n " ,
540
+ " ."
542
541
]
543
542
},
544
543
{
You can’t perform that action at this time.
0 commit comments