From 7082bf3853c2bb4a0fcf3d386b884291fbfa11a6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 27 Aug 2020 12:57:32 -0600 Subject: Add notes on AVL tree --- src/03/03/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3