Pergunta de entrevista da empresa Aloha Technology

Reverse a string from input and output it

Resposta da entrevista

Sigiloso

27 de jun. de 2023

Using the two pointer method, A pointer incrementing from the start to the middle And another decrementing from the end to the middle Swapping values at each step.

3