From 38f5815708c9814bd7915b3b0e4acbb7f64af0ad Mon Sep 17 00:00:00 2001 From: wangchong Date: Sun, 23 Jun 2019 15:34:56 +0800 Subject: [PATCH] add: 0141 solution js edition --- docs/Leetcode_Solutions/JavaScript/0141._Linked_List_Cycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Leetcode_Solutions/JavaScript/0141._Linked_List_Cycle.md b/docs/Leetcode_Solutions/JavaScript/0141._Linked_List_Cycle.md index 91124fc..d68add3 100644 --- a/docs/Leetcode_Solutions/JavaScript/0141._Linked_List_Cycle.md +++ b/docs/Leetcode_Solutions/JavaScript/0141._Linked_List_Cycle.md @@ -1,4 +1,4 @@ -# 001. Two Sum +# 0141. Linked List Cycle **难度: Easy** -- GitLab