but what 'bout B-For Math ?
-
Updated
May 5, 2021 - Java
but what 'bout B-For Math ?
Implementing Erastothenes Algorithm and Other stuff (:
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)
A program that generates prime numbers upto a given limit
Two simple methods for finding prime numbers
Example project where I compute miscellaneous problems of applied math in JS.
project one IJC class
Trying out various optimizations on the well-known Eratosthenes algorithm and alternatives. Including coroutines and RxJava.
Data Structures II - Exercise 1 from Roteiro de Laboratório 1 – Aquecimento.
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."