Skip to content

Commit 35d2578

Browse files
committed
LeetCode Solution
- modify title
1 parent 1c4f077 commit 35d2578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetCode/Solutions/Solution_AddBinary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
@lc.idx: 67
33
@lc.slug: add-binary
4-
@lc.title: add binary
4+
@lc.title: Add Binary
55
@lc.level: Easy
66
@lc.tags: Math, String, Bit Manipulation, Simulation
77
@lc.complexity: O(N)/O(1)

0 commit comments

Comments
 (0)