Posts by Tag

Project Euler

Project Euler : Problem 16 - Power digit sum

less than 1 minute read

Problem Statement : Power digit sum Problem 16 : and the sum of its digits is . What is the sum of the digits of the number ? Concept and Theory This is a ...

Project Euler : Problem 15 - Lattice paths

3 minute read

Problem Statement : Lattice paths Problem 15 : Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are ex...

Project Euler : Problem 13 - Large sum

1 minute read

Problem Statement : Large sum Problem 13 : Work out the first ten digits of the sum of the following one-hundred -digit numbers. 371072875339021027987979982...

Project Euler : Problem 7 - 10001st prime

less than 1 minute read

Problem Statement : 10001st prime Problem 7 : By listing the first six prime numbers: , we can see that the prime is .What is the prime number? Concept an...

Back to top ↑

Prime Numbers

Prime Factorization and Applications

15 minute read

Definitions Factors : The parts that make up the whole number. The factors of a number are the numbers that, when multiplied together, make up the original n...

Project Euler : Problem 7 - 10001st prime

less than 1 minute read

Problem Statement : 10001st prime Problem 7 : By listing the first six prime numbers: , we can see that the prime is .What is the prime number? Concept an...

Prime Numbers

12 minute read

Definition A Prime number is a natural number greater than which has no factors execpt itself. Alternatively if a number cannot be formed by multiplying two...

Back to top ↑

Dynamic Programming

Project Euler : Problem 15 - Lattice paths

3 minute read

Problem Statement : Lattice paths Problem 15 : Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are ex...

Back to top ↑

FunFacts

Fun Facts and General Concepts

4 minute read

This page is dedicated to some of the day to day life normal math stuff. I will keep updating this page to my heart’s content. Haha !!! I will highly recomm...

Back to top ↑

GCD

GCD : Greatest Common Divisor

7 minute read

Definition GCD(Greatest Common Divisor) of two or more given numbers, not all zero, is the highest possible number which divides them all. Lets see how we...

Back to top ↑

Euclidean Algorithm

GCD : Greatest Common Divisor

7 minute read

Definition GCD(Greatest Common Divisor) of two or more given numbers, not all zero, is the highest possible number which divides them all. Lets see how we...

Back to top ↑

Stein’s Algorithm

GCD : Greatest Common Divisor

7 minute read

Definition GCD(Greatest Common Divisor) of two or more given numbers, not all zero, is the highest possible number which divides them all. Lets see how we...

Back to top ↑

Set Theory

Back to top ↑

Arithmetic Progression

Back to top ↑

Fibonacci Numbers

Back to top ↑

Palindrome

Back to top ↑

Trailing Zeroes in Factorial

Fun Facts and General Concepts

4 minute read

This page is dedicated to some of the day to day life normal math stuff. I will keep updating this page to my heart’s content. Haha !!! I will highly recomm...

Back to top ↑

Highest Power in Factorial

Fun Facts and General Concepts

4 minute read

This page is dedicated to some of the day to day life normal math stuff. I will keep updating this page to my heart’s content. Haha !!! I will highly recomm...

Back to top ↑

Triangular numbers

Fun Facts and General Concepts

4 minute read

This page is dedicated to some of the day to day life normal math stuff. I will keep updating this page to my heart’s content. Haha !!! I will highly recomm...

Back to top ↑

funfacts

Back to top ↑

Sum Of Series

Back to top ↑

2 Pointer Technique

Back to top ↑

Pythagorean triplets

Pythagorean Triplets

4 minute read

Definition : “Pythagorean triplets” are integer solutions to the Pythagorean Theorem (It states that the square of the hypotenuse (the side opposite the righ...

Back to top ↑

Prime Factorization

Prime Factorization and Applications

15 minute read

Definitions Factors : The parts that make up the whole number. The factors of a number are the numbers that, when multiplied together, make up the original n...

Back to top ↑

Triangular Numbers

Back to top ↑

Collatz sequence

Back to top ↑