From f4293701c07fcbeee528d1872a06f8a0261790f3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 5 Sep 2023 21:32:02 +0400 Subject: =?UTF-8?q?fix(two-sum):=20=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- two-sum/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two-sum/README.md b/two-sum/README.md index ef6598b..d820067 100644 --- a/two-sum/README.md +++ b/two-sum/README.md @@ -18,7 +18,7 @@ pub fn two_sum(nums: Vec, target: i32) -> Vec { } ``` -## Использование хэщ-таблицы +## Использование хэш-таблицы В этом решении используется хэш-таблица. -- cgit v1.2.3