CodingTrain / CodingTrain/Suggestion-Box

Collatz Conjecture Visualization

未关闭
#151 1 条评论 9 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
570
派生
85
PR 合并指标
30 天内没有已合并 PR

描述

The Collatz Conjecture states a simple maths algorithm:
1. Take any number and call it _a_
2. If _a_ is even, then set _a_ equal to _a / 2_. Otherwise, if _a_ is odd, then set _a_ equal to _3a + 1_
3. Repeat step 2

This trivial problem is famous because it has never been proven if every plotted integer converges to 1. You could do a problem that desings a tree starting with 1 and building its way up.

Further Reading:
http://swimmingthestyx.com/?p=447
https://www.jasondavies.com/collatz-graph/
https://en.wikipedia.org/wiki/Collatz_conjecture#In_reverse
http://mathematica.stackexchange.com/questions/85718/trying-to-visualize-the-collatz-conjecture

It seemed easy until I started programming it.

贡献指南

这个仓库没有索引到贡献指南

调研方向

尚未确定任何仓库文件、测试或入口点。首先查看链接的 Collatz 可视化参考资料,并确定从 1 开始的树应如何适配这个仅包含建议的仓库。可视化范围和实现位置确定,并且反向 Collatz 树按描述表示出来,即视为完成。

由索引模型根据 Issue 内容生成。

评估

领域
data-visualization
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。