Cogitatio materialis est

Posts tagged #c:

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

Как посчитать среднее время выполнения программы?

Протестировать время выполнения новоиспечённой программы/скрипта вполне здравое желание. Но дьявол в деталях! Всё зависит от того, что именно требуется протестировать :) …

26th Oct 2013 Tags: #bash #c #development #php