Skip to content

Commit b0264b8

Browse files
Move PowerOfFour classes to maths package
1 parent 5fb478e commit b0264b8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

curriculum/challenges/english/blocks/lecture-importance-of-accessibility-and-good-html-structure/672a537f05f3798bd4f57d2d.md

Whitespace-only changes.

src/main/java/com/thealgorithms/bitmanipulation/PowerOfFour.java renamed to src/main/java/com/thealgorithms/maths/PowerOfFour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.thealgorithms.bitmanipulation;
1+
package com.thealgorithms.maths;
22

33
/**
44
* Utility class for checking if a number is a power of four.

0 commit comments

Comments
 (0)