Home Archives About Tags Works
5月 8 2015
Online Judge►LeetCode

[LeetCode] 62 - Unique Paths

題意

機器人每次可以往下或往右走,請問到最右下角最多會有幾種走法。

Read More

Share Comments
  • 62
  • DP
  • LeetCode
5月 8 2015
Online Judge►LeetCode

[LeetCode] 19 - Remove Nth Node From End of List

題意

刪除一個Singly Linked List的倒數第n個節點。

Read More

Share Comments
  • 19
  • LeetCode
  • Linked List
5月 7 2015
Online Judge►LeetCode

[LeetCode] 124 - Binary Tree Maximum Path Sum

題意

求出一條路徑的和最大,起點和終點可以是任意點。

Read More

Share Comments
  • 124
  • Binary Tree Maximum Path Sum
  • LeetCode
5月 6 2015
Online Judge►LeetCode

[LeetCode] 55 - Jump Game

題意

從陣列的開頭開始,陣列中的值代表從當格所能走的最大步數,請判斷是否能走到最後一格。

Read More

Share Comments
  • 55
  • Greedy
  • Jump Game
  • LeetCode
4月 30 2015
Online Judge►LeetCode

[LeetCode] 152 - Maximum Product Subarray

題意

求連續一段區間相乘最大的值。

Read More

Share Comments
  • 152
  • LeetCode
  • Maximum Product Subarray
4月 30 2015
Online Judge►LeetCode

[LeetCode] 204 - Count Primes

題意

輸出小於n的質數有幾個。

Read More

Share Comments
  • 204
  • LeetCode
  • Prime
4月 29 2015
Online Judge►LeetCode

[LeetCode] 53 - Maximum Subarray

題意

求連續一段區間相加最大的值。

Read More

Share Comments
  • 53
  • LeetCode
  • Maximum Subarray
4月 28 2015
Online Judge►UVa

[UVa] 10271 - Chopsticks

前言

要講這題之前先看一下基本題,今天有N雙筷子,每一個人拿兩雙,請算出每個人所拿筷子差的平方和最小值為多少。

Read More

Share Comments
  • UVa
  • dp
4月 13 2015
Online Judge►Google Code Jam

[Google Code Jam] 2015 - Qualification Round

題目每次都理解錯誤,是英文太差還是理解能力太差。

Read More

Share Comments
  • Google Code Jam
4月 7 2015
Online Judge►UVa

[UVa] 10220 - I LOVE BIG NUMBERS!

題意

求出階層的位數相加值。

Read More

Share Comments
  • Big Number
  • UVa
« Prev12345Next »

Categories

  • Content Management System1
    • Joomla1
  • Learning Note1
    • Machine Learning1
  • Mobile Application9
    • Android6
    • Cordova3
  • Online Judge47
    • Codewars3
    • Google Code Jam1
    • LeetCode31
    • Pwnable.kr1
    • UVa11
  • Other3
  • Programming Language19
    • C/C++4
    • Java5
    • JavaScript9
    • Python1
  • Security1
  • Server1
    • CentOS1
  • Tool3
    • Compiler1
    • Parser1
      • Bison1
    • Scanner1
      • Flex1
  • Web44
    • Front-End19
    • Hexo3
    • Markdown1
    • Node.js2
    • Other4
    • Overall9
    • PHP3
    • Phoenix1
    • Redux1
    • jQuery1

Recents

  • [LeetCode] 670 - Maximum Swap
  • [LeetCode] 654 - Maximum Binary Tree
  • [LeetCode] 647 - Palindromic Substrings
  • [LeetCode] 560 - Subarray Sum Equals K
  • [LeetCode] 515 - Find Largest Value in Each Tree Row
  • [LeetCode] 513 - Find Bottom Left Tree Value
  • [LeetCode] 508 - Most Frequent Subtree Sum
  • [LeetCode] 451 - Sort Characters By Frequency
  • [LeetCode] 442 - Find All Duplicates in an Array
  • [LeetCode] 287 - Find the Duplicate Number

Links

  • Online Avalon
  • MapleStory Defense
  • Building House
Powered by Hexo and Theme by landscape © Chi-Wei Liu
Home Archives About Tags Works