From bd3baa9814093f3dfd66c3e9f8c6180cc19d5e13 Mon Sep 17 00:00:00 2001 From: ViolentAyang <76544389+ViolentAyang@users.noreply.github.com> Date: Sat, 19 Mar 2022 21:45:35 +0800 Subject: [PATCH] =?UTF-8?q?Rename=20=E8=8E=B7=E5=8F=96=E6=A0=88=E9=A1=B6?= =?UTF-8?q?=E5=85=83=E7=B4=A0.c=20to=20=E9=A1=BA=E5=BA=8F=E6=A0=88?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=A0=88=E9=A1=B6=E5=85=83=E7=B4=A0.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 栈/{获取栈顶元素.c => 顺序栈获取栈顶元素.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 栈/{获取栈顶元素.c => 顺序栈获取栈顶元素.c} (100%) diff --git a/栈/获取栈顶元素.c b/栈/顺序栈获取栈顶元素.c similarity index 100% rename from 栈/获取栈顶元素.c rename to 栈/顺序栈获取栈顶元素.c