From 762a302d76837454624c2adc4c6fdc81a52d2008 Mon Sep 17 00:00:00 2001 From: Rohan Sasne <110545952+roohan25@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:54:09 +0530 Subject: [PATCH] Rename Prefix-to-postfix-using-stack1.c to Prefix-to-postfix-using-stack.c --- ...-to-postfix-using-stack1.c => Prefix-to-postfix-using-stack.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename algorithms/C/stacks/{Prefix-to-postfix-using-stack1.c => Prefix-to-postfix-using-stack.c} (100%) diff --git a/algorithms/C/stacks/Prefix-to-postfix-using-stack1.c b/algorithms/C/stacks/Prefix-to-postfix-using-stack.c similarity index 100% rename from algorithms/C/stacks/Prefix-to-postfix-using-stack1.c rename to algorithms/C/stacks/Prefix-to-postfix-using-stack.c