Tractable interview question

Based on a given array of numbers, implement a cumulative distribution function.

Interview Answer

Anonymous

11 Sept 2019

Using set, total prob will add up to 1

1