Cogitatio materialis est

Posts tagged #algorithms:

Generate random array without repetitions in C ?

Let's asume, You need to generate random numbers without repetitions. If you know the range (between 0 and N_MAX) and the count, you have many ways to implement this. The best one, in my opinion, I will show below …

14th Dec 2013 Tags: #algorithms #c #development