LeetCode (Google) 679 _24Game

2018-04-21
阅读 2 分钟
2.5k
You have 4 cards each containing a number from 1 to 9. You need to judge whether they could operated through *, /, +, -, (, )to get the value of 24.

LeetCode (Google) 541 _ 01 Matrix

2018-04-21
阅读 2 分钟
1.4k
Given a matrix consists of 0 and 1, find the distance of the nearest 0 for each cell.

LeetCode(Google) 0276 Paint Fense

2018-04-21
阅读 1 分钟
1.7k
There is a fence with n posts, each post can be painted with one of the k colors.

LeetCode(Google) 0247 Strobogrammatic Number 2

2018-04-21
阅读 1 分钟
2k
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).