https://github.com/dahlitzflorian/collatz-conjecture-algorithm
The 'Collatz-Conjecture'-algorithm in different languages
https://github.com/dahlitzflorian/collatz-conjecture-algorithm
algorithm collatz-conjecture cpp java javascript php python
Last synced: 2 months ago
JSON representation
The 'Collatz-Conjecture'-algorithm in different languages
- Host: GitHub
- URL: https://github.com/dahlitzflorian/collatz-conjecture-algorithm
- Owner: DahlitzFlorian
- License: mit
- Created: 2017-04-20T18:27:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T19:21:37.000Z (about 8 years ago)
- Last Synced: 2025-01-08T13:28:12.115Z (4 months ago)
- Topics: algorithm, collatz-conjecture, cpp, java, javascript, php, python
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description ##
This repository includes solutions for the 'Collatz Conjecture'-problem in different programming languages.The files containing the solutions for the problem in each programming language
have the prefix 'cc_' followed by the language name (e.g. 'python').
The sample files for each language have the prefix 'sample_' followed
by the language name.## Languages ##
* C++
* Java
* JavaScript
* PHP
* Python