summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/03/03/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/03/03/README.md b/src/03/03/README.md
index 8920d5e..f69b22e 100644
--- a/src/03/03/README.md
+++ b/src/03/03/README.md
@@ -2,4 +2,4 @@ Suppose you are given two sequences S1 and S2 of `n` elements, possibly
containing duplicates, on which a total order relation is defined.
1. Describe an efficient algorithm for determining if S1 and S2 contain the same set of elements.
-1. Analyze the running time of this method).
+1. Analyze the running time of this method.