From cd5a95765a685f73eac9087d7e80aeae47c826eb Mon Sep 17 00:00:00 2001 From: xiaolei565 <1729708076@qq.com> Date: Wed, 31 Aug 2022 19:43:34 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=E4=BF=AE=E5=A4=8D=E6=9C=AC=E4=BA=BA?= =?UTF-8?q?=E6=80=BB=E7=BB=93=E4=BB=A3=E7=A0=81=E7=9A=84=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...汇总(自己总结的,更新至2018年,欢迎提供其他年份的).md | 3 ++- README.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/408代码汇总(自己总结的,更新至2018年,欢迎提供其他年份的).md b/408代码汇总(自己总结的,更新至2018年,欢迎提供其他年份的).md index 910c722..9c36996 100644 --- a/408代码汇总(自己总结的,更新至2018年,欢迎提供其他年份的).md +++ b/408代码汇总(自己总结的,更新至2018年,欢迎提供其他年份的).md @@ -12,7 +12,7 @@ int SearchRearK(LNode *L, int k) { int count=0;//用来计数 - LNode *q=L->link; + LNode *q=L->link,*p=L->link; while(p!=NULL) { if(count