OpenGenus/cosmos

Nth Magic Number-Bit Manipulation

Open

#387 aberto em 4 de out. de 2017

Ver no GitHub
 (1 comment) (1 reaction) (1 assignee)C++ (3.724 forks)batch import
Hacktoberfestadd codenew algorithm

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador