Sanjaykumar-IT/dsa-problems

Check if it is a power of 2

オープン

#23 opened on 2024/10/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (4 件のフォーク)auto 404
hacktoberfesthactoberfest2024

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Input n = 8 Output true ( 2^3=8)

Input n = 32 Output true (2 ^5=32) Input n = 15 Output false

コントリビューターガイド