Skip to content

Commit ed1c40c

Browse files
committed
thead fix open tag
1 parent fb59781 commit ed1c40c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"** 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",
9797
"\n",
9898
"<table border=\"1\" >\n",
99+
"<thead>\n",
99100
"<tr class=\"row-odd\"><th class=\"head\">Operation</th>\n",
100101
"<th class=\"head\">Big-O Efficiency</th>\n",
101102
"</tr>\n",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"** 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",
9797
"\n",
9898
"<table border=\"1\" >\n",
99+
"<thead>\n",
99100
"<tr class=\"row-odd\"><th class=\"head\">Operation</th>\n",
100101
"<th class=\"head\">Big-O Efficiency</th>\n",
101102
"</tr>\n",

0 commit comments

Comments
 (0)