From 6624b6352d635c6487cc8116cddc9229164b16f5 Mon Sep 17 00:00:00 2001 From: jkvis Date: Fri, 12 Jan 2018 11:12:08 +0100 Subject: [PATCH] README typesetting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b09df..86cc86a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GESAs are constructed from ESAs using a generalization of the merging method from [2]. **NOTE** currently Algorithm 5.21 [2] is implemented with a -worst-case O(n^2^) complexity. We should implement Section 5.5.5 [2], +worst-case O( n^2 ) complexity. We should implement Section 5.5.5 [2], which is based on [3]. ## References -- GitLab