Author: Sandesh Kunwar

C++ Program For Chi-Square Test For Uniformity

The random numbers are very important for any analysis in the simulation study. One such test for the testing the uniformity is the Chi-Square...

C Program to Implement Selection Sort

The selection sort works by finding the smallest value from the array and placing it in the smallest index(in ascending) in every iteration. This...

C Program to Implement BubbleSort with Function

Bubble sort is the simplest sorting technique. In Bubble Sort, the adjacent elements of an array are checked successively and the elements are swapped...

C++ Program for Kolmogorov-Smirnov(KS) Test for Uniformity

One of the most important features of the random numbers generated in a simulation study is that the random numbers must be uniformly distributed....

Recent articles

spot_img