[Solution] Maximum Odd Binary Number Solution Leetcode
2864. Maximum Odd Binary Number Solution Leetcode User Accepted:13593 User Tried:14672 Total Accepted:14161 Total Submissions:21702 Difficulty:Easy You are given a binary string s that contains at least one ‘1’. You have to rearrange the bits in such a way that the resulting binary number is the maximum odd binary number that can be created from this combination. Return a string representing the maximum odd binary … Read more