Skip to content

Commit 853c981

Browse files
committed
Update README.md
1 parent a2b0cb8 commit 853c981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ phpunit -vvv
298298

299299
|Subject|Source|Solution|
300300
|---|---|---|
301+
|`0029. 两数相除`|[Divide Two Integers](https://leetcode.com/problems/divide-two-integers/)|[Solution](ttps://github.com/imajinyun/leetcode-php/blob/master/src/leetcode/DivideTwoIntegers.php)|
301302
|`0190. 颠倒二进制位`|[Reverse Bits](https://leetcode.com/problems/reverse-bits/)|[Solution](https://github.com/imajinyun/leetcode-php/blob/master/src/leetcode/ReverseBits.php)|
302303
|`0191. 位 1 的个数`|[Number of 1 Bits](https://leetcode.com/problems/number-of-1-bits/)|[Solution](https://github.com/imajinyun/leetcode-php/blob/master/src/leetcode/NumberOfOneBits.php)|
303304
|`0231. 2 的幂`|[Power of Two](https://leetcode.com/problems/power-of-two/)|[Solution](https://github.com/imajinyun/leetcode-php/blob/master/src/leetcode/PowerOfTwo.php)|

0 commit comments

Comments
 (0)