Deem interview question

Print the missing alphabets(A-Z) given in a string

Interview Answer

Anonymous

22 Nov 2019

There are better solution but I made a null array of length 26 then took out each character of the given string and update the value to 1 for the corresponding position then printed all null position