My New Hugo Site
  • 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
  • 0021 Merge Two Sorted Lists

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

    See Problem Submission Detail Submitted: 2019/09/22 Detail URL: https://leetcode.com/submissions/detail/263123404/ Runtime: 96 ms Runtime Rank: 81.46 % Memory Usage: 25.1 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp /** * Definition for singly-linked list. * public …

    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
  • 0009 Palindrome Number

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

    See Problem Submission Detail Submitted: 2019/09/21 Detail URL: https://leetcode.com/submissions/detail/262639459/ Runtime: 60 ms Runtime Rank: 90.12 % Memory Usage: 15 MB Memory Usage Rank: 20.00 % Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public bool …

    Read More
  • #0007 Reverse Integer

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

    See Problem Submission Detail Submitted: 2019/09/17 Detail URL: https://leetcode.com/submissions/detail/261626373/ Runtime: 56 ms Runtime Rank: 10.91 % Memory Usage: 14.2 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp public class Solution { public int Reverse(int x) { …

    Read More
  • 0002 Add Two Numbers

    Sep 17, 2019 · 1 min read · leetcode-Medium leetcode-Linked List leetcode-Math  ·
    Share on:

    See Problem Submission Detail Submitted: 2019/09/17 Detail URL: https://leetcode.com/submissions/detail/261618438/ Runtime: 152 ms Runtime Rank: Memory Usage: 26.7 MB Memory Usage Rank: Problem Solving Mode of Mind English 繁體中文 Submitted Code Language: csharp // Definition for singly-linked list. //public class …

    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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

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