diff --git a/1963. Minimum Number of Swaps to Make the String Balanced b/1963. Minimum Number of Swaps to Make the String Balanced new file mode 100644 index 0000000..9a9d4be --- /dev/null +++ b/1963. Minimum Number of Swaps to Make the String Balanced @@ -0,0 +1,19 @@ +class Solution { +public: + int minSwaps(string s) { + int maxiClose=0; + int maxi=0; + for(int i=0;i