From 015556e20720dc1e7f77f3ed92aac9288c14f450 Mon Sep 17 00:00:00 2001 From: Logan Norman <68346355+lognorman20@users.noreply.github.com> Date: Thu, 3 Feb 2022 10:15:57 -0800 Subject: [PATCH] Update get.rst --- source/docs/dict/get.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/dict/get.rst b/source/docs/dict/get.rst index 2ea8f48..e3bdd8b 100644 --- a/source/docs/dict/get.rst +++ b/source/docs/dict/get.rst @@ -21,7 +21,7 @@ The value of the key. Time Complexity =============== -#TODO +O(1) Example =======