AADITYA RAJ
@AadiBaby
3 published packets
Joined Feb 2021
Published Projects
C++ code to check if a number is sum of two prime number
This is a C++ code to find whether a given positive number is a sum of any two prime numbers or not. If it is the sum of other prime numbers, then it shows all the combinations of the latter.
Mar 07, 2021
Centurial leap years using C++
This C++ code is to find out whether a given year is a leap year or not. A leap year can be centurial and non-centurial. The main goal is to clearly detect the leap year.
Feb 20, 2021
Power of Two using Bit Manipulation in C++
This is a C++ code to find whether a given number is a power of two or not. It is of a faster time complexity as compared to the one using the modulo operator and logarithmic operator.
Feb 20, 2021