Skip to content

Commit

Permalink
Merge pull request ericdrowell#50 from bamos/patch-1
Browse files Browse the repository at this point in the history
Fix colspan attributes.
  • Loading branch information
ericdrowell committed Mar 16, 2015
2 parents c31cba1 + 6c75202 commit 3f3113c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 id="searching">Searching</h2>
<th>Algorithm</th>
<th>Data Structure</th>
<th colspan="2">Time Complexity</th>
<th colspan="3">Space Complexity</th>
<th>Space Complexity</th>
</tr>
<tr>
<th></th>
Expand Down Expand Up @@ -91,7 +91,7 @@ <h2 id="sorting">Sorting</h2>
<th>Algorithm</th>
<th>Data Structure</th>
<th colspan="3">Time Complexity</th>
<th colspan="3">Worst Case Auxiliary Space Complexity</th>
<th>Worst Case Auxiliary Space Complexity</th>
</tr>
<tr>
<th></th>
Expand Down

0 comments on commit 3f3113c

Please sign in to comment.