花费 36 ms
ZigZag Conversion leetcode java

题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this ...

Mon Aug 04 17:35:00 CST 2014 1 14680
LRU Cache leetcode java

题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support t ...

Sat Jul 26 11:18:00 CST 2014 1 8539
Implement strStr() leetcode java

题目: Implement strStr(). Returns a pointer to the first occurrence of needle in haystack, or nu ...

Thu Aug 07 18:20:00 CST 2014 0 8422
Two Sum leetcode java

题目: Given an array of integers, find two numbers such that they add up to a specific target number ...

Tue Jul 22 11:44:00 CST 2014 3 6541
3 Sum leetcode java

题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find a ...

Tue Jul 22 13:13:00 CST 2014 3 6276
Decode Ways leetcode java

题目: A message containing letters from A-Z is being encoded to numbers using the following mapping: ...

Thu Aug 07 11:15:00 CST 2014 0 6006

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM