Skip to content

Commit 7a64e9a

Browse files
committed
Created using Colaboratory
1 parent 0602618 commit 7a64e9a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

leetcode_kuro_RnD.ipynb

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7684,13 +7684,34 @@
76847684
]
76857685
}
76867686
]
7687+
},
7688+
{
7689+
"cell_type": "code",
7690+
"source": [
7691+
"# https://www.youtube.com/watch?v=3Q_oYDQ2whs&t=592s\n",
7692+
"\n",
7693+
"[['9:00', '10:30'], ['12:00', '13:00’], ['16:00', '18:00']]\n",
7694+
"\n",
7695+
"['9:00', '20:00']\n",
7696+
"\n",
7697+
"[['10:00', '11:30'], ['12:Bo’, 14:30], ['14:30', '15:00'], ['16:00', '17:00']]\n",
7698+
"['10:00','18:30] 1\n",
7699+
"\n",
7700+
"30\n",
7701+
"\n",
7702+
"Sample output: [['11:30', '12:00'], ['15:00', '16:00’], ['18:00', '18:30']]"
7703+
],
7704+
"metadata": {
7705+
"id": "Lh5zGnFzX4HE"
7706+
},
7707+
"execution_count": null,
7708+
"outputs": []
76877709
}
76887710
],
76897711
"metadata": {
76907712
"colab": {
76917713
"collapsed_sections": [],
76927714
"provenance": [],
7693-
"authorship_tag": "ABX9TyPnJHkxIRnTTlPD9Wq9cnvc",
76947715
"include_colab_link": true
76957716
},
76967717
"kernelspec": {

0 commit comments

Comments
 (0)