From 02220e27fe01d587b23d6d72ce32f9d0a36d4823 Mon Sep 17 00:00:00 2001 From: Mahdi Asadolahzade <106734269+MahdiAsadolahzade@users.noreply.github.com> Date: Fri, 10 May 2024 17:05:39 +0330 Subject: [PATCH] Rename Binary Search.cpp to configure.cpp --- Binary Search.cpp => configure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Binary Search.cpp => configure.cpp (99%) diff --git a/Binary Search.cpp b/configure.cpp similarity index 99% rename from Binary Search.cpp rename to configure.cpp index f0278e3..16bdfb1 100644 --- a/Binary Search.cpp +++ b/configure.cpp @@ -71,4 +71,4 @@ void sort(int arr[], int n) } } } -} \ No newline at end of file +}