@dchhitarka
Systems Engineer @TCS
Nothing here yet.
Full Stack Development, Mobile App Development
We have talked about what is programming, and we have also talked about different programming paradigms and some of the languages which follow those paradigms. Now, let us talk about how these programs are executed by the computer. In the article Int...

Sieve of Eratosthenes is a very old algorithm to find all the prime numbers up to a given limit. For example, we can find all the prime numbers up to, say 101, using this algorithm in a very efficient manner. It does so by iteratively marking as comp...

First of all, let us understand what is Paradigm? Paradigm, in simpler terms, can be referred to as a pattern or model or a blueprint. It is a distinct set of concepts or patterns, including theories, research methods, postulates, and standards for w...
