Skip to content
#

practice

Here are 2,229 public repositories matching this topic...

fernandobperezm
fernandobperezm commented Oct 18, 2020

Describe your change:

Added a solution to Project Euler Problem 203 "Squarefree Binomial Coefficients" Link.

The solution is based on three main pilars.

  1. Calculate the unique coefficients of a Pascal's Triangle of depth d .
  2. Calculate the prime numbers between 2 and the maximum coefficient Cmax using a variant of the Sieve of Eratos

Improve this page

Add a description, image, and links to the practice topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the practice topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.