From a0a2944a8affba0b837e4816e45650436af2a1da Mon Sep 17 00:00:00 2001 From: bryceustc Date: Sun, 8 Mar 2020 14:15:42 +0800 Subject: [PATCH] issue 177 find duplicate and missing elements translation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b503ba..a2d9233 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri * [Union-Find Application](think_like_computer/Union-Find-Application.md) * [Find Sebesquence With Binary Search](interview/findSebesquenceWithBinarySearch.md) * [Problems can be sloved by one line](interview/one-line-code-puzzles.md) - * [How to Find Duplicate and Missing Element.md](interview/Find-Duplicate-and-Missing-Element.md.md) + * [How to Find Duplicate and Missing Element](interview/Find-Duplicate-and-Missing-Element.md) * [如何判断回文链表](interview/判断回文链表.md) * II. Data Structure -- GitLab