Skip to content

Commit c0f6abd

Browse files
authored
Update README.md
1 parent f3c9516 commit c0f6abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Search/BinarySearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Binary Search
1+
Binary Search
22

33
Given a sorted array arr[] of n elements, write a function to search a given element x in arr[].
44
A simple approach is to do linear search.The time complexity of above algorithm is O(n). Another approach to perform the same task is using Binary Search.

0 commit comments

Comments
 (0)