My New Hugo Site
  • 0053 Maximum Subarray

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-Array leetcode-Divide and Conquer leetcode-Dynamic Programming  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263206458/ Runtime: Time Limit Exceeded Runtime Rank: Memory Usage: Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int MaxSubArray(int[] …

    Read More
  • 0035 Search Insert Position

    Sep 22, 2019 · 1 min read · leetcode-Easy leetcode-Array leetcode-Binary Search  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263140304/ Runtime: 88 ms Runtime Rank: 98.66 % Memory Usage: 23.9 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int SearchInsert(int[] …

    Read More
  • 0027 Remove Element

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

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

    Read More
  • 0026 Remove Duplicates From Sorted Array

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

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

    Read More
  • 0001 Two Sum

    Sep 13, 2019 · 1 min read · leetcode-Easy leetcode-Array leetcode-Hash Table  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/13 Detail URL: https://leetcode.com/submissions/detail/260225131/ Runtime: 416 ms Runtime Rank: 44.20 % Memory Usage: 28.7 MB Memory Usage Rank: 94.07 % Problem Solving Mode of Mind English Just brute force. 繁體中文 暴力解題。 Submitted Code Language: csharp public class …

    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