August 22, 2015
51 N-Queens
https://github.com/jianminchen/AlgorithmsPractice/blob/master/EightPuzzelQueen.cs
https://github.com/jianminchen/Leetcode_C-/blob/master/51NQueenProblems.cs
http://juliachencoding.blogspot.ca/2015/06/algorithm-eight-puzzle-queen.html
52 N-Queens II
53 Maximum Subarray
54 Spiral Matrix
55 Jump Game
56 Merge Intervals
57 Insert Intervals
C# implementation:
https://github.com/jianminchen/Leetcode_C-/blob/master/57InsertIntervals.cs
58 Length of Last Word
https://github.com/jianminchen/Leetcode_C-/blob/master/58LengthOfLastWord.cs
59 Spiral Matrix II
60 Permutataion Sequence
No comments:
Post a Comment