OpenGenus/cosmos

Nth Magic Number-Bit Manipulation

Open

#387 创建于 2017年10月4日

在 GitHub 查看
 (1 评论) (1 反应) (1 负责人)C++ (3,724 fork)batch import
Hacktoberfestadd codenew algorithm

仓库指标

Star
 (13,462 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

A magic number is defined as a number which can be expressed as a power of 5 or sum of unique powers of 5. First few magic numbers are 5, 25, 30(5 + 25), 125, 130(125 + 5), ….. @AdiChat Please assign.

贡献者指南