Media Summary: Pretty easy/short one, just brute forcing numbers under 1 million by even/odd until they reach 1, and counting the number of terms ... In this series, I share my solutions to all of the In this video I show how to use a recursive method to search for pandigital numbers with a peculiar divisibility property!
Project Euler 14 In C - Detailed Analysis & Overview
Pretty easy/short one, just brute forcing numbers under 1 million by even/odd until they reach 1, and counting the number of terms ... In this series, I share my solutions to all of the In this video I show how to use a recursive method to search for pandigital numbers with a peculiar divisibility property! In this video, I will be coding the solution for the problem # Using the Q programming language, I explore different solutions for problem Collatz Sequence. Please Remember to subscribe! :D Message me if you have any questions. Remember to write your proofs. ;D.
In this video we use graph theory and knowledge of a famous NP-complete problem to tackle the first problem from How many days has September? This problem may seem tricky for those not used to working with dates but the solution is quite ... In this video I tackle a problem about cyclic sets of figurate numbers. Have you ever heard of a heptagonal number? I am planning to start a Programming series. So i thought of starting with solving In this video, we'll solve Problem 1 from