aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Wang2020-07-20 01:19:03 -0700
committerNathan Wang2020-07-20 01:19:03 -0700
commitc1032cd135f6b9845d96fc9b2ddd3dc5fda52ebc (patch)
treebc20e057233389b69e4f17f93655ce99acd73478
parentdfe93a345148ba77f3a50864affa028e17cafd2f (diff)
update description
-rw-r--r--content/2_Bronze/Unordered.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2_Bronze/Unordered.mdx b/content/2_Bronze/Unordered.mdx
index 073fd5b..7fa2a76 100644
--- a/content/2_Bronze/Unordered.mdx
+++ b/content/2_Bronze/Unordered.mdx
@@ -2,7 +2,7 @@
id: unordered
title: Unordered Maps & Sets
author: Darren Yao, Benjamin Qi
-description: "?"
+description: "Two useful data structures that can greatly simplify some problems."
frequency: 2
prerequisites:
- pairs-tuples