News

Abstract: Discrete Gaussian samplers are used to sample integers from a discrete Gaussian distribution. Since this functionality is used in operations such as key generation, signing, or key ...
We describe the cyclic coordinate-exchange algorithm for constructing D-optimal and linear-optimal experimental designs. The algorithm uses a variant of the Gauss-Southwell cyclic coordinate-descent ...
Problem Statement: Write a program to implement the merge sort algorithm. Additionally, implement a multithreaded version of merge sort. Compare and analyze the time complexity and performance of both ...