Skip to content

Commit 000d202

Browse files
Update _04_Floor_of_Number.java
1 parent 7cc5a4e commit 000d202

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_21_Data_Structure_Problems/_04_Searching_Problems/Binary_Search/_04_Floor_of_Number.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com.Searching_Problems.Binary_Search;
2-
31
public class _04_Floor_of_Number {
42
public static void main(String[] args) {
53
int[] arr = {2,3,5,9,14,16,18};

0 commit comments

Comments
 (0)