aboutsummaryrefslogtreecommitdiff
path: root/Data Structures
diff options
context:
space:
mode:
authorAnthony Wang2020-06-02 21:44:01 -0500
committerGitHub2020-06-02 21:44:01 -0500
commit1fbd2d84ffd7c2f786c01afc29e8a187ead1ff44 (patch)
tree5fd374146cd5800a9edb936334c6bd033876e81c /Data Structures
parentf98afb868a9c00a5bf748f35203b70bcb1df7001 (diff)
Update README.md
Diffstat (limited to 'Data Structures')
-rw-r--r--Data Structures/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data Structures/README.md b/Data Structures/README.md
index d098d92..e6471b4 100644
--- a/Data Structures/README.md
+++ b/Data Structures/README.md
@@ -9,4 +9,4 @@ Segment Tree (2D) | O(n<sup>2</sup>) | O(n) | O(log<sup>2</sup> n) | O(log<sup>2
Fenwick Tree (2D) | O(n<sup>2</sup>) | O(n) | O(log<sup>2</sup> n) | - | O(log<sup>2</sup> n) | O(log<sup>2</sup> n)
Quadtree | O(n<sup>2</sup>) | O(n) | O(log n) | O(log n) | O(log n) | O(n)
-*_Without compression_
+* _Without compression_