Pergunta de entrevista da empresa BTI360

Design an algorithm to uniformly distribute numbers into an array of size n. (ie- function(100, 3) would return an array of [33, 33, 34]

Resposta da entrevista

Sigiloso

15 de dez. de 2017

foo(var count, var buckets) { }

6