SVSanya Vermainbytebybyte.hashnode.dev·Sep 4, 2024 · 1 min readChinese Remainder TheoremThe Chinese Remainder Theorem, also known as CRT is a mathematical theorem useful in number theory and modular arithmetic. It offers a solution to a set of simultaneous linear congruences. In simple words, congruences refer to a relationship between ...00
SVSanya Vermainbytebybyte.hashnode.dev·Feb 26, 2024 · 3 min readFinding HCF using Java!!HCF(Highest Common Factor), also known as GCD(Greatest Common Divisor) is is the largest positive integer that divides each of the numbers without leaving a remainder. It is widely used in various mathematical and practical applications like Fraction...00
SVSanya Vermainbytebybyte.hashnode.dev·Jan 29, 2024 · 2 min readSize of Datatypes in Java!Java has been one of the most popular programming languages. Each data type is predefined withing the programming language which makes Java a statically and strongly typed language. Variables and constants must be specified with one of the predefined...00