From 4b9ec3e4ef7ec7e095a2200a2eee7a774a74f77c Mon Sep 17 00:00:00 2001 From: xie140240318 <38745688+xie140240318@users.noreply.github.com> Date: Thu, 26 Mar 2020 23:11:31 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=2018.2=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=93=BE=E8=A1=A8=E4=B8=AD=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E7=BB=93=E7=82=B9.md=20to=2018.2=20=E5=88=A0=E9=99=A4=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=93=BE=E8=A1=A8=E4=B8=AD=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E7=BB=93=E7=82=B9.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 题目描述错误,题目中的链表应为排序后的链表 --- ...删除链表中重复的结点.md => 18.2 删除排序链表中重复的结点.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename notes/{18.2 删除链表中重复的结点.md => 18.2 删除排序链表中重复的结点.md} (95%) diff --git a/notes/18.2 删除链表中重复的结点.md b/notes/18.2 删除排序链表中重复的结点.md similarity index 95% rename from notes/18.2 删除链表中重复的结点.md rename to notes/18.2 删除排序链表中重复的结点.md index 555a0754..ddb3f1c6 100644 --- a/notes/18.2 删除链表中重复的结点.md +++ b/notes/18.2 删除排序链表中重复的结点.md @@ -1,4 +1,4 @@ -# 18.2 删除链表中重复的结点 +# 18.2 删除排序链表中重复的结点 [NowCoder](https://www.nowcoder.com/practice/fc533c45b73a41b0b44ccba763f866ef?tpId=13&tqId=11209&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking&from=cyc_github)