Useful Python scripts written in 3! Uses a lot of modules and APIs.
-
Updated
Oct 1, 2020 - Python
Useful Python scripts written in 3! Uses a lot of modules and APIs.
Simple encryption, decryption, encoding and decoding CLI tool written in Python.
The Collatz Conjecture | 3N + 1
A computational service and API for exploring and understanding the Collatz Conjecture. Continuously calculates Collatz sequences from any given number and stores results in a SQLite database for querying and analysis.
Useful code snippets written in python3.
A calculator to test numbers against the collatz conjecture
Scripts for collatz conjeture writed on python
This is my solution or the Collatz Sequence project assignment from Chapter 3 of Automate the Boring Stuff with Python
An analysis of the Collatz Conjecture using visual data representation in various forms.
C++ and Python programs to analyse the Collatz conjecture.
A simple script that generates svg files with Collatz graphs for any given limit of numbers.
Arc diagram visualization of the parity Collatz function from the famous conjecture.
Estimation of the total stopping time distribution of the Collatz problem by the stochastic model.
Graphic representations of Collatz sequences
A program in python to visualize the cycle length and values for the collatz conjecture. It can also be used for collatz_like sequences aswell as negative numbers.
Collatz Sequence is a sequence in which after initial value (n) the next value is n/2 if n is even or 3n+1 if n is odd. The sequence continues until the value is 1. In this program the user can either input a value, see the sequence and its length or user can see the longest Collatz Sequence with an initial value that is under 1 million. The que…
Visualization of the Collatz Hypothesis (3n + 1 dilemma, Syracuse problem)
Add a description, image, and links to the collatz topic page so that developers can more easily learn about it.
To associate your repository with the collatz topic, visit your repo's landing page and select "manage topics."