2017年8月27日

leetcode-- 79. Word Search

摘要: 1、问题描述 Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where 阅读全文

posted @ 2017-08-27 19:21 Shihu 阅读(210) 评论(0) 推荐(0) 编辑

leetcode--51. N-Queens

摘要: 1、问题描述: The 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, ret 阅读全文

posted @ 2017-08-27 14:21 Shihu 阅读(179) 评论(0) 推荐(0) 编辑

leecode-39. Combination Sum

摘要: 1、问题描述: Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbe 阅读全文

posted @ 2017-08-27 13:34 Shihu 阅读(177) 评论(0) 推荐(0) 编辑

课堂笔记

摘要: 1.拓扑排序 阅读全文

posted @ 2017-08-27 11:31 Shihu 阅读(121) 评论(0) 推荐(0) 编辑

导航