From f2be33d05ba962aaa630b0f479ca6a25d8da5eee Mon Sep 17 00:00:00 2001 From: adhilcodes Date: Fri, 23 Oct 2020 16:37:25 +0530 Subject: [PATCH 1/2] Adding the inpu.txt file --- Binary_search/input.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Binary_search/input.txt diff --git a/Binary_search/input.txt b/Binary_search/input.txt new file mode 100644 index 0000000..0fbd8b7 --- /dev/null +++ b/Binary_search/input.txt @@ -0,0 +1 @@ +element(4) present in the array at position 2 \ No newline at end of file From 4a4d376edb9f5ca3f7edb49793342588879ae5de Mon Sep 17 00:00:00 2001 From: Abdul Adhil PK <65992809+adhilcodes@users.noreply.github.com> Date: Fri, 23 Oct 2020 22:58:04 +0530 Subject: [PATCH 2/2] Update input.txt --- Binary_search/input.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Binary_search/input.txt b/Binary_search/input.txt index 0fbd8b7..878f4c5 100644 --- a/Binary_search/input.txt +++ b/Binary_search/input.txt @@ -1 +1,3 @@ -element(4) present in the array at position 2 \ No newline at end of file +Enter the element you want to find +>> 4 +element 4 is present at 3 rd position