码迷,mamicode.com
首页 >  
搜索关键字:implement strstr    ( 2381个结果
LeetCode-44-Wildcard Matching
算法描述: Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for '?' and '*'. The matching should cover the ent ...
分类:其他好文   时间:2019-02-13 10:58:59    阅读次数:145
Implement JSON Web Tokens Authentication in ASP.NET Web API and Identity 2.1
http://bitoftech.net/2015/02/16/implement-oauth-json-web-tokens-authentication-in-asp-net-web-api-and-identity-2/ Currently our API doesn’t support au ...
分类:Windows程序   时间:2019-02-11 17:14:53    阅读次数:156
代码面试集锦 2 - Google
Given the root to a binary tree, implement serialize(root), which serializes the tree into a string, and deserialize(s), which deserializes the string ...
分类:其他好文   时间:2019-02-11 10:29:57    阅读次数:168
[Leetcode]31. Next Permutation
"" 本题难度: Medium Topic: Greedy Description Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of ...
分类:其他好文   时间:2019-02-11 01:02:13    阅读次数:148
leetcode 10. Regular Expression Matching
Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*'. The matching should cover the entire  ...
分类:其他好文   时间:2019-02-11 01:00:12    阅读次数:199
5C - A == B ?
Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO". Input each test case contains two numbers A and B. Output for ...
分类:其他好文   时间:2019-02-08 01:02:08    阅读次数:216
19.2.7 [LeetCode 50] Pow(x, n)
Implement pow(x, n), which calculates x raised to the power n (xn). Example 1: Example 2: Example 3: Note: -100.0 < x < 100.0 n is a 32-bit signed int ...
分类:其他好文   时间:2019-02-07 21:52:52    阅读次数:197
50. Pow(x, n)
Implement pow(x, n), which calculates x raised to the power n (xn). Example 1: Example 2: Example 3: Note: -100.0 < x < 100.0 n is a 32-bit signed int ...
分类:其他好文   时间:2019-02-07 14:58:42    阅读次数:197
10. Regular Expression Matching
Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*'. The matching should cover the entire  ...
分类:其他好文   时间:2019-02-06 14:41:09    阅读次数:209
19.2.4 [LeetCode 44] Wildcard Matching
Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for '?' and '*'. The matching should cover the entire in ...
分类:其他好文   时间:2019-02-04 15:27:30    阅读次数:164
2381条   上一页 1 ... 28 29 30 31 32 ... 239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!