LeeCode
懒猫一只拉阿拉蕾
这个作者很懒,什么都没留下…
展开
-
3.30-N-Queens
N-QueensThe n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all distinct solutions to the n-queens puzzl原创 2015-03-31 10:00:24 · 335 阅读 · 0 评论 -
3.26-leetcode
Second Highest SalaryQustion: Write a SQL query to get the second highest salary from the Employee table. Id Salary 1 100 2 200 3 300 For example, given the above Employee table, the se原创 2015-03-26 11:05:38 · 620 阅读 · 0 评论