Skip to content

Commit fd181ce

Browse files
committed
fixing tables in big o
1 parent 7d53ca1 commit fd181ce

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

Algorithm Analysis and Big O/.ipynb_checkpoints/Big O Notation-checkpoint.ipynb

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,19 @@
7373
"\n",
7474
"## Runtimes of Common Big-O Functions\n",
7575
"\n",
76-
"Here is a table of common Big-O functions:\n",
77-
"\n",
78-
"\n",
76+
"Here is a table of common Big-O functions:"
77+
]
78+
},
79+
{
80+
"cell_type": "markdown",
81+
"metadata": {},
82+
"source": [
7983
"<table border=\"1\" >\n",
8084
"\n",
8185
"\n",
8286
"<tr class=\"row-odd\"><th class=\"head\"><strong>Big-O</strong></th>\n",
8387
"<th class=\"head\"><strong>Name</strong></th>\n",
8488
"</tr>\n",
85-
"</thead>\n",
86-
"<tbody valign=\"top\">\n",
8789
"<tr class=\"row-even\"><td>1</td>\n",
8890
"<td>Constant</td>\n",
8991
"</tr>\n",
@@ -105,7 +107,6 @@
105107
"<tr class=\"row-even\"><td>2^n</td>\n",
106108
"<td>Exponential</td>\n",
107109
"</tr>\n",
108-
"</tbody>\n",
109110
"</table>"
110111
]
111112
},
@@ -180,22 +181,23 @@
180181
}
181182
],
182183
"metadata": {
184+
"anaconda-cloud": {},
183185
"kernelspec": {
184-
"display_name": "Python 2",
186+
"display_name": "Python [conda env:python3]",
185187
"language": "python",
186-
"name": "python2"
188+
"name": "conda-env-python3-py"
187189
},
188190
"language_info": {
189191
"codemirror_mode": {
190192
"name": "ipython",
191-
"version": 2
193+
"version": 3
192194
},
193195
"file_extension": ".py",
194196
"mimetype": "text/x-python",
195197
"name": "python",
196198
"nbconvert_exporter": "python",
197-
"pygments_lexer": "ipython2",
198-
"version": "2.7.10"
199+
"pygments_lexer": "ipython3",
200+
"version": "3.5.1"
199201
}
200202
},
201203
"nbformat": 4,

Algorithm Analysis and Big O/Big O Notation.ipynb

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,19 @@
7373
"\n",
7474
"## Runtimes of Common Big-O Functions\n",
7575
"\n",
76-
"Here is a table of common Big-O functions:\n",
77-
"\n",
78-
"\n",
76+
"Here is a table of common Big-O functions:"
77+
]
78+
},
79+
{
80+
"cell_type": "markdown",
81+
"metadata": {},
82+
"source": [
7983
"<table border=\"1\" >\n",
8084
"\n",
8185
"\n",
8286
"<tr class=\"row-odd\"><th class=\"head\"><strong>Big-O</strong></th>\n",
8387
"<th class=\"head\"><strong>Name</strong></th>\n",
8488
"</tr>\n",
85-
"</thead>\n",
86-
"<tbody valign=\"top\">\n",
8789
"<tr class=\"row-even\"><td>1</td>\n",
8890
"<td>Constant</td>\n",
8991
"</tr>\n",
@@ -105,7 +107,6 @@
105107
"<tr class=\"row-even\"><td>2^n</td>\n",
106108
"<td>Exponential</td>\n",
107109
"</tr>\n",
108-
"</tbody>\n",
109110
"</table>"
110111
]
111112
},
@@ -180,22 +181,23 @@
180181
}
181182
],
182183
"metadata": {
184+
"anaconda-cloud": {},
183185
"kernelspec": {
184-
"display_name": "Python 2",
186+
"display_name": "Python [conda env:python3]",
185187
"language": "python",
186-
"name": "python2"
188+
"name": "conda-env-python3-py"
187189
},
188190
"language_info": {
189191
"codemirror_mode": {
190192
"name": "ipython",
191-
"version": 2
193+
"version": 3
192194
},
193195
"file_extension": ".py",
194196
"mimetype": "text/x-python",
195197
"name": "python",
196198
"nbconvert_exporter": "python",
197-
"pygments_lexer": "ipython2",
198-
"version": "2.7.10"
199+
"pygments_lexer": "ipython3",
200+
"version": "3.5.1"
199201
}
200202
},
201203
"nbformat": 4,

0 commit comments

Comments
 (0)