This code plots prime numbers, their position, spin, and rotation in the prime hexagon. See The Prime Hexagon video at: https://www.youtube.com/watch?v=fQL4KRH3wUQ
-
Updated
Feb 12, 2018 - Python
This code plots prime numbers, their position, spin, and rotation in the prime hexagon. See The Prime Hexagon video at: https://www.youtube.com/watch?v=fQL4KRH3wUQ
Data structures, bilgisayar bilimleri, algoritmalar ağırlıklı çeşitli C program örnekleri
Sieving primes and counting primes
A java program that finds prime numbers
This is a Rust program that finds all prime numbers up to a given limit using the Sieve of Eratosthenes algorithm. It's a beginner-friendly project that provides an opportunity to learn Rust programming, numerical methods, and algorithms
Two simple methods for finding prime numbers
First it asks for a number, then says if it is a prime number and then what kind of special prime if so, and gives a quick description and field of use.
The “King Number” is a prime number that is the factor of the most numbers in a given list. Can you find the “King Number” in each list? For example, for the list {2, 3, 5, 6, 9, 14, 20}, the answer is 2, since it's a factor of 2, 6, 14 and 20, while 3 is only a factor of 3, 6 and 9.
A feature-rich web application that allows users to find the details of the weather based on a particular city
Hey! Hi this is the repository where I'll be uploading some programs related to C# language while learning it :)
Emirp prime numbers are primes that can are primes in both directions you read the digits, for example 13 and 31. This script asks a range between two numbers, and then depending on the versions prints a list, a 2D plot, or a multithread rendered 3D plot.
This is my first project in JavaScript. It can find prime numbers and print them on a website.
Android application "Android app: Find prime numbers" is a simple project for learning the basics of mobile software development on Java.
Add a description, image, and links to the primenumbers topic page so that developers can more easily learn about it.
To associate your repository with the primenumbers topic, visit your repo's landing page and select "manage topics."