Question d’entretien chez Polly

Write a solution to the subset sum problem in JavaScript

Réponse à la question d'entretien

Utilisateur anonyme

30 sept. 2017

The interviewer strangely didn't know the term dynamic programming, but this problem is solved using dynamic programming (this is also what they expected, without known the term).