Skip to content

Commit

Permalink
Update and rename Prog2864.java to 2864. Maximum odd binary number
Browse files Browse the repository at this point in the history
  • Loading branch information
dishathakurata authored Mar 22, 2024
1 parent 9de568c commit ca16f8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Prog2864.java → 2864. Maximum odd binary number
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package leetcode;

//2864. Maximum odd binary number

class Solution {
Expand Down Expand Up @@ -27,4 +25,4 @@ public String maximumOddBinaryNumber(String s) {

return st.toString();
}
}
}

0 comments on commit ca16f8b

Please sign in to comment.