Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 822c709

Browse files
authoredOct 16, 2024··
Update Bit_Reverse_To_Make_Numbers_Equal.js
1 parent 2bf1ed1 commit 822c709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎LeetcodeProblems/Algorithms/easy/Bit_Reverse_To_Make_Numbers_Equal.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ var minChanges = function bitChanges(n, k) {
7575
}
7676

7777
return changes;
78+
}
7879

79-
module.exports.minChanges = minChanges;
80+
module.exports.minChanges = minChanges;

0 commit comments

Comments
 (0)
Please sign in to comment.