Pergunta de entrevista da empresa Oracle

Round 3 ● Write a program to display all the possible sequence of numbers from an array which can sum up to a number inputted by the user. Implement using O(n) complexity.

Resposta da entrevista

Sigiloso

25 de nov. de 2017

I Wrote the program. Still not in O(n)