Coders Packet

Packets submitted by Sangeetha Prabhu

Check whether a given date is valid and add 'N' days to it (using C++)

Through this program, we check if a given date is valid and add the 'N' number of days to the given date.

Representation of Sparse Matrix (Using C++)

In numerical analysis and scientific computing, a sparse matrix is a two-dimensional matrix in which most of the elements are zero.

Representation of Sparse Matrix (Using C++)

In numerical analysis and scientific computing, a sparse matrix is a two-dimensional matrix in which most of the elements are zero.

How to convert Hexadecimal to Binary in C++

A hexadecimal number has Base 16. A Binary has base 2. A binary number can contain 0s and 1s. Hexadecimal consists of the digits 0-9, A-F.(A-F represents 10-15)