An open API service indexing awesome lists of open source software.

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

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