Pratyush Singh

Results 4 issues of Pratyush Singh

Hello Sir, This is my C++ code to find the prime numbers up to an input number n using Sieve of Eratosthenes. It is an efficient way to find the...

Hello Sir, This is my code to convert inputted decimal numbers(up to 10000(excluded) to equivalent roman numerals using recursion

hacktoberfest-accepted

Hello Sir, This is my code which filters high-frequency noise from the signal array using savgol_filter. For explanation, I have used csv data of the latest published research, which contains...

Hello Sir, this is my C++ code to to find the prime factors of an input number n using Sieve of Eratosthenes. It is an efficient way to find the...