Skip to content
#

eratosthenes-prime-numbers

Here are 12 public repositories matching this topic...

Here you can find some of mine projects from the bachelor's course of Algorithms and Data Structures, having Luca Tesei as professor at the University of Camerino (UNICAM)

  • Updated Jan 29, 2023
  • Java

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-prime-numbers 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-prime-numbers topic, visit your repo's landing page and select "manage topics."

Learn more