Pergunta de entrevista da empresa PathPartner Technology

write a code to find out max of element of array element through recursion??

Resposta da entrevista

Sigiloso

16 de dez. de 2016

if array is sorted use binary search as recursion else recursively search one by one