Articles for author: Mohit Sahay

Kaprekar Number

Problem Statement A number is said to be a kaprekar number if the square of the number is divided into two parts in such a way that the sum of divided parts equals the original number where none of the parts is having a value of 0. We have given a number to find out whether the number ...

What Representation of Data Structure in Memory Known as?

Representation of data structure in memory is known as Abstract Data Type. Abstract data types can be a list, stack, or queue which will be used to represent different data structures in memory. What is Abstract Data Type ? An abstract data type is a concept that tells us about the operations and data on which the operations can be performed without showing its ...