Pergunta de entrevista da empresa J.P. Morgan

Finding the mid-element of a singly linked list.

Resposta da entrevista

Sigiloso

1 de mar. de 2021

Wrote the code using 2 pointers (fast and slow pointers) on the linked list.

1