Philips Interview Question

given two strings , find if one different from another using one char add/replace/remove how you can implement chess game how to implement phone number by searching prefixes

Interview Answer

Anonymous

Mar 23, 2021

chess game --> strategy pattern prefixes--> Trie string manipulation --> one pass for 2 strings ( checking their lengths first , more than 1 differ mean they are tottaly different )