Merge pull request #542 from yyash01/master

improved library
This commit is contained in:
Sombit Bose 2020-06-08 22:14:07 +05:30 committed by GitHub
commit 743be6f53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
* Using binary search to find the proper location for
* inserting the selected item at each iteration. */
#include <stdio.h>
#include<stdlib.h>
//nothing to add on library
/*Displays the array, passed to this method*/
void display(int arr[], int n) {