Skip to content

npot2/NPOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

NPOT

Not power of 2

NPOT$ gcc npot.c -o npot
NPOT$ ./npot 2
2 is POT, NPOF
NPOT$ ./npot 4
4 is POT, POF
NPOT$ ./npot 8
8 is POT, NPOF
NPOT$ ./npot 16
16 is POT, POF
NPOT$ ./npot 32
32 is POT, NPOF
NPOT$ ./npot 64
64 is POT, POF
NPOT$ ./npot 128
128 is POT, NPOF
NPOT$ ./npot 256
256 is POT, POF
NPOT$ ./npot 123
124 is NPOT, NPOF

About

Not power of 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages