My New Hugo Site
  • 0058 Length of Last Word

    Sep 23, 2019 · 1 min read · leetcode-Easy leetcode-String  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/23 Detail URL: https://leetcode.com/submissions/detail/263543250/ Runtime: 64 ms Runtime Rank: 100.00 % Memory Usage: 20.9 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int …

    Read More
  • 0038 Count and Say

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-String  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263140304/ Runtime: 80 ms Runtime Rank: 96.99 % Memory Usage: 28.4 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { static readonly …

    Read More
  • 0028 Implement strStr()

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-String leetcode-Two Pointers  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263138164/ Runtime: 1724 ms Runtime Rank: Memory Usage: 21.6 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int StrStr(string haystack, …

    Read More
  • 0014 Longest Common Prefix

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-String  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/262895500/ Runtime: 84 ms Runtime Rank: 100 % Memory Usage: 23.6 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public string …

    Read More
  • 0020 Valid Parentheses

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-String leetcode-Stack  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/262902309/ Runtime: 72 ms Runtime Rank: 95.02 % Memory Usage: 21 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { static Dictionary<char, …

    Read More
  • 0013 Roman to Integer

    Sep 21, 2019 · 1 min read · leetcode-Easy leetcode-String leetcode-Math  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/21 Detail URL: https://leetcode.com/submissions/detail/262885592/ Runtime: 76 ms Runtime Rank: 99.63 % Memory Usage: 24.6 MB Memory Usage Rank: 20.00 % Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { private static …

    Read More

Recent Posts

  • Unifi Udr Loss Apps After Reformat Sd Card
  • Hello My Macbook Pro
  • Code Server 101
  • About Creating a New Post With Hugo
  • 0058 Length of Last Word
  • 0053 Maximum Subarray
  • 0038 Count and Say
  • 0035 Search Insert Position

Categories

LEETCODE 15 給個分類 3

Tags

LEETCODE-EASY 14 LEETCODE-STRING 6 LEETCODE-ARRAY 5
All Tags
LEETCODE-ARRAY5 LEETCODE-BINARY-SEARCH1 LEETCODE-DIVIDE-AND-CONQUER1 LEETCODE-DYNAMIC-PROGRAMMING1 LEETCODE-EASY14 LEETCODE-HASH-TABLE1 LEETCODE-LINKED-LIST2 LEETCODE-MATH4 LEETCODE-MEDIUM1 LEETCODE-STACK1 LEETCODE-STRING6 LEETCODE-TWO-POINTERS3 給個-TAG-13 給個-TAG-23
[A~Z][0~9]
My New Hugo Site

Copyright  MY NEW HUGO SITE. All Rights Reserved