but what 'bout B-For Math ?
-
Updated
May 5, 2021 - Java
but what 'bout B-For Math ?
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)
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 í…
Add a description, image, and links to the eratosthenes-prime-numbers topic page so that developers can more easily learn about it.
To associate your repository with the eratosthenes-prime-numbers topic, visit your repo's landing page and select "manage topics."