Skip to content

Commit fb59781

Browse files
committed
table fix attempt
1 parent bc1a0b6 commit fb59781

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
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",
9698
"<table border=\"1\" >\n",
9799
"<tr class=\"row-odd\"><th class=\"head\">Operation</th>\n",
98100
"<th class=\"head\">Big-O Efficiency</th>\n",
@@ -239,22 +241,23 @@
239241
}
240242
],
241243
"metadata": {
244+
"anaconda-cloud": {},
242245
"kernelspec": {
243-
"display_name": "Python 2",
246+
"display_name": "Python [conda env:python3]",
244247
"language": "python",
245-
"name": "python2"
248+
"name": "conda-env-python3-py"
246249
},
247250
"language_info": {
248251
"codemirror_mode": {
249252
"name": "ipython",
250-
"version": 2
253+
"version": 3
251254
},
252255
"file_extension": ".py",
253256
"mimetype": "text/x-python",
254257
"name": "python",
255258
"nbconvert_exporter": "python",
256-
"pygments_lexer": "ipython2",
257-
"version": "2.7.10"
259+
"pygments_lexer": "ipython3",
260+
"version": "3.5.1"
258261
}
259262
},
260263
"nbformat": 4,

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
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",
9698
"<table border=\"1\" >\n",
9799
"<tr class=\"row-odd\"><th class=\"head\">Operation</th>\n",
98100
"<th class=\"head\">Big-O Efficiency</th>\n",
@@ -239,22 +241,23 @@
239241
}
240242
],
241243
"metadata": {
244+
"anaconda-cloud": {},
242245
"kernelspec": {
243-
"display_name": "Python 2",
246+
"display_name": "Python [conda env:python3]",
244247
"language": "python",
245-
"name": "python2"
248+
"name": "conda-env-python3-py"
246249
},
247250
"language_info": {
248251
"codemirror_mode": {
249252
"name": "ipython",
250-
"version": 2
253+
"version": 3
251254
},
252255
"file_extension": ".py",
253256
"mimetype": "text/x-python",
254257
"name": "python",
255258
"nbconvert_exporter": "python",
256-
"pygments_lexer": "ipython2",
257-
"version": "2.7.10"
259+
"pygments_lexer": "ipython3",
260+
"version": "3.5.1"
258261
}
259262
},
260263
"nbformat": 4,

0 commit comments

Comments
 (0)