Skip to content

Commit ac0bdd8

Browse files
added private contructor
1 parent ac31972 commit ac0bdd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/bitmanipulation/NumberAppearingOddTimes.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*/
77

88
public class NumberAppearingOddTimes {
9+
private NumberAppearingOddTimes() {
10+
}
911
public static int findOddOccurrence(int[] arr) {
1012
int result = 0;
1113

0 commit comments

Comments
 (0)