Google interview question 3
question find the permutation of a giiven string Input: ""WORD"" solution #include <iost…
question find the permutation of a giiven string Input: ""WORD"" solution #include <iost…
question: find the index 7 binary of given input. input: 100 output:202 Solution #include <iostream> #includ…
Q,1) find the array that gave an gold , silver , bronze medel according to their rank input:[5 ,4 ,3,2,1 ] output:[ "gold&q…