Showing posts from March, 2021

Google interview question 3

question     find the permutation of a giiven string           Input: ""WORD"" solution #include <iost…

Google interview question -2

question:          find the index 7 binary of given input. input: 100 output:202 Solution #include   <iostream>   #includ…

Google interView question -1

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…

Load More
That is All