"oof = { 0 | off }". (C++ OpenGL implementation of 3D infinite HACKENBUSH)
-
Updated
Dec 28, 2021 - C++
"oof = { 0 | off }". (C++ OpenGL implementation of 3D infinite HACKENBUSH)
Create a magic square of order three in your terminal.
Lucas Sequence L is a sequence of numbers such that L(n) = L(n-1) + L(n-2)
💡 A console app that can calculate Collatz Conjecture and display the hailstone sequence, steps, and peak.
Doing some recreational math inspired by a numberphile video https://www.youtube.com/watch?v=kbKtFN71Lfs
A distributed prime number generator written in Rust
My proposed solutions to the first 100 problems on Project Euler in Haskell (+ explanation).
A javascript based math game about summing to zero.
Python script for checking if a number is prime. If the number is composite, the script prints the prime factorization of the number.
Draw spiral lines with circles rotating around each other
My solution to Matt Parker's Frog Problem.
Goat Grazing Problem solved with Monte Carlo estimation
A Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form M_{n}=2^{n}-1 for some integer n.
Miscellaneous scripts and modules implemented in Python
Generate a series of vampire numbers.
Approximate numeric constants such as Pi and Phi to arbitrary precision (and analyze the results).
Add a description, image, and links to the recreational-mathematics topic page so that developers can more easily learn about it.
To associate your repository with the recreational-mathematics topic, visit your repo's landing page and select "manage topics."