summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-27 12:57:32 -0600
committermo khan <mo.khan@gmail.com>2020-08-27 12:57:32 -0600
commit7082bf3853c2bb4a0fcf3d386b884291fbfa11a6 (patch)
treea879a91af3c81f8895afe08cf64e9c3b6c2899d5 /src
parent6e520683bf7d500559b542f510122cf317fcfa65 (diff)
Add notes on AVL tree
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.