Skip to content

Commit 7d53ca1

Browse files
committed
solo cell
1 parent 12eb495 commit 7d53ca1

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Algorithm Analysis and Big O/.ipynb_checkpoints/Big O for Python Data Structures-checkpoint.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,14 @@
9393
"source": [
9494
"### Table of Big-O for common list operations\n",
9595
"\n",
96-
"** Please note, in order to see this table, you may need to download this .ipynb file and view it locally, sometimes GitHub or nbveiwer have trouble showing the HTML for it... **\n",
97-
"\n",
98-
"<table border=\"1\" >\n",
96+
"** Please note, in order to see this table, you may need to download this .ipynb file and view it locally, sometimes GitHub or nbveiwer have trouble showing the HTML for it... **"
97+
]
98+
},
99+
{
100+
"cell_type": "markdown",
101+
"metadata": {},
102+
"source": [
103+
"<table>\n",
99104
" \n",
100105
" <tr>\n",
101106
" <th>Operation </th>\n",

Algorithm Analysis and Big O/Big O for Python Data Structures.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,14 @@
9393
"source": [
9494
"### Table of Big-O for common list operations\n",
9595
"\n",
96-
"** Please note, in order to see this table, you may need to download this .ipynb file and view it locally, sometimes GitHub or nbveiwer have trouble showing the HTML for it... **\n",
97-
"\n",
98-
"<table border=\"1\" >\n",
96+
"** Please note, in order to see this table, you may need to download this .ipynb file and view it locally, sometimes GitHub or nbveiwer have trouble showing the HTML for it... **"
97+
]
98+
},
99+
{
100+
"cell_type": "markdown",
101+
"metadata": {},
102+
"source": [
103+
"<table>\n",
99104
" \n",
100105
" <tr>\n",
101106
" <th>Operation </th>\n",

0 commit comments

Comments
 (0)