Skip to content

Commit

Permalink
Merge pull request ericdrowell#43 from caspervg/patch-1
Browse files Browse the repository at this point in the history
Update tables.html with spelling fixes
  • Loading branch information
ericdrowell committed Mar 16, 2015
2 parents fc1349b + 61b8c49 commit f0ef799
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 @@ -152,7 +152,7 @@ <h2 id="sorting">Sorting</h2>
<td><code class="green">O(1)</code></td>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Selection_sort">Select Sort</a></td>
<td><a href="http://en.wikipedia.org/wiki/Selection_sort">Selection Sort</a></td>
<td>Array</td>
<td><code class="red">O(n^2)</code></td>
<td><code class="red">O(n^2)</code></td>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h2 id="data-structures">Data Structures</h2>
<td><code class="yellow">O(n)</code></td>
</tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/Cartesian_tree">Cartresian Tree</a></td>
<td><a href="https://en.wikipedia.org/wiki/Cartesian_tree">Cartesian Tree</a></td>
<td><code>-</code></td>
<td><code class="green">O(log(n))</code></td>
<td><code class="green">O(log(n))</code></td>
Expand Down

0 comments on commit f0ef799

Please sign in to comment.