Skip to content
#

eratosthenes-algorithm

Here are 21 public repositories matching this topic...

1: O crivo de Eratóstenes é um algoritmo usado para identificar números primos. O algoritmo (apresentado aqui da maneira mais simples) primeiro declara um array de N posições de valores booleanos, todos iguais a true (considerando que em princípio qualquer número pode ser primo). O algoritmo, em seguida, marca todos os elementos do array cujos í…

  • Updated Apr 2, 2021
  • Java

Improve this page

Add a description, image, and links to the eratosthenes-algorithm 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 eratosthenes-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more