DSA Learning Series

Life, The Universe, and Everything CodeChef Solution

Today we will be solving Life, The Universe, and Everything CodeChef problem which is a part of CodeChef DSA Learning Series. Problem Your program is to use the brute-force approach in order to find the Answer to Life, the Universe, and Everything. More precisely… rewrite small numbers from input to output. Stop processing input after reading in the …

Life, The Universe, and Everything CodeChef Solution Read More »

Multiple of 3 CodeChef Solution – DSA LEARNING SERIES

Today we will be Solving Multiple of 3 CodeChef Problem which is a part of CodeChef DSA Learning Series. Task Consider a very long K-digit number N with digits d0, d1, …, dK-1 (in decimal notation; d0 is the most significant and dK-1 the least significant digit). This number is so large that we can’t …

Multiple of 3 CodeChef Solution – DSA LEARNING SERIES Read More »