There was an error while loading. Please reload this page.
1 parent fc02b3d commit ee40976Copy full SHA for ee40976
First year C programs/binarysearch.c
@@ -1,3 +1,6 @@
1
+//Author: Jyotiraditya Singh
2
+//Github: jyotir07
3
+
4
#include <stdio.h>
5
6
// Function to perform binary search
0 commit comments