摘要: Given a 2D grid, each cell is either a wall 'W', an enemy 'E' or empty '0' (the number zero), return the maximum enemies you can kill using one bomb. 阅读全文
posted @ 2016-06-19 23:50 Grandyang 阅读(17739) 评论(3) 推荐(0)
Fork me on GitHub