In a certain code, SURFER is written as RUSREF. How is KNIGHT written in that code ?
The pattern followed above is that divide the word in two parts and write each part in reverse order and then merge it.
Eg - SURFER = SUR & FER
When we reverse each part, we get : RUS & REF, => RUSREF
Similarly, code for KNIGHT :
KNI -> INK
GHT -> THG
=> KNIGHT -> INKTHG
Create a FREE account and get: