Pergunta de entrevista da empresa Xome

How will you find two strings are anagram?

Respostas da entrevista

Sigiloso

21 de mar. de 2018

1. Convert strings to character arrays. 2. Use for loops to check match for an item from first char array in second char array.

Sigiloso

25 de mar. de 2020

Alter the string character arrays An loop check from first character arrays