Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 06ca190

Browse files
committedOct 15, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fc7f2df commit 06ca190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎searches/floor|CeilUsingBinarySearch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def getFloorAndCeil(arr, n, x):
3939
c = findCeil(arr, n, x)
4040
return (f, c)
4141

42+
4243
# sample test cas
4344
# arr = [3, 4, 4, 7, 8, 10]
4445
# n = 6

0 commit comments

Comments
 (0)
Please sign in to comment.