Skip to content

Commit

Permalink
Fixed typo "Cartresian" to "Cartesian"
Browse files Browse the repository at this point in the history
  • Loading branch information
allolex committed Sep 8, 2014
1 parent 9111a19 commit 8340a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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 8340a83

Please sign in to comment.