码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
flask之instance_path实例路径
Flask 0.8 introduces instance folders. Flask for a long time made it possible to refer to paths relative to the application’s folder directly (via Fla ...
分类:其他好文   时间:2018-09-15 16:31:40    阅读次数:581
[leetcode][46] Permutations
46. Permutations Given a collection of distinct integers, return all possible permutations. Example: Input: [1,2,3] Output: [ [1,2,3], [1,3,2], [2,1,3 ...
分类:其他好文   时间:2018-09-15 11:31:19    阅读次数:171
[TypeScript] Collect Related Strings in a String Enum in TypeScript
As of TypeScript 2.4, it is now possible to define string enums, or more precisely, enums with string members. Just like any other numeric enum, strin ...
分类:编程语言   时间:2018-09-14 18:26:08    阅读次数:178
unique-paths I &II 路径数,动态规划
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:其他好文   时间:2018-09-13 00:04:00    阅读次数:220
git rebase 翻译
1,英文文档: git-rebase(1) Manual Page NAME git-rebase - Reapply commits on top of another base tip git-rebase(1) Manual Page NAME git-rebase - Reapply com ...
分类:其他好文   时间:2018-09-11 12:19:47    阅读次数:137
[LeetCode] 527. Word Abbreviation 单词缩写
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. Example: Not ...
分类:其他好文   时间:2018-09-11 11:26:32    阅读次数:313
leetcode 763 .Partition Labels 题解
A string S of lowercase letters is given. We want to partition this string into as many parts as possible so that each letter appears in at most one p ...
分类:其他好文   时间:2018-09-09 19:52:12    阅读次数:146
【思维题】TCO14 Round 2C InverseRMQ
全网好像就只有劼和manchery写了博客的样子……;正解可能是最大流?但是仔细特判也能过 题目描述 RMQ问题即区间最值问题是一个有趣的问题。 在这个问题中,对于一个长度为 n 的排列,query(l,r) 将返回 al,?,ar 中的最大值。 如对于 {3,1,4,2,5},query(2,4) ...
分类:其他好文   时间:2018-09-09 16:50:00    阅读次数:200
leetcode527 - Word Abbreviation - hard
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. 1. Begin wit ...
分类:其他好文   时间:2018-09-09 15:16:18    阅读次数:155
663. Equal Tree Partition 能否把树均分为求和相等的两半
[抄题]: Given a binary tree with n nodes, your task is to check if it's possible to partition the tree to two trees which have the equal sum of values a ...
分类:其他好文   时间:2018-09-09 12:06:58    阅读次数:195
2665条   上一页 1 ... 45 46 47 48 49 ... 267 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!