Skip to content

Commit

Permalink
Merge pull request ericdrowell#42 from qpleple/patch-1
Browse files Browse the repository at this point in the history
Unsorted array
  • Loading branch information
ericdrowell committed Mar 16, 2015
2 parents 6e9f835 + 661e7fe commit fc1349b
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 @@ -55,7 +55,7 @@ <h2 id="searching">Searching</h2>
</tr>
<tr>
<td><a href="http://en.wikipedia.org/wiki/Brute-force_search">Linear (Brute Force)</a></td>
<td>Array</td>
<td>Unsorted array of n elements</td>
<td><code class="red">O(n)</code></td>
<td><code class="red">O(n)</code></td>
<td><code class="green">O(1)</code></td>
Expand Down

0 comments on commit fc1349b

Please sign in to comment.