The two most important days in your life are the day you were born and the day you find out why. -Mark Twain

#46 Coding 面試 - LeetCode #62 Unique Paths

原文網址 https://leetcode.com/problems/unique-paths/ 這一題主要是考 dynamic programming 的思考,但老實說,這題過於直覺,所以寫完答案時還沒馬上觀察到這是 dynamic programming 的解法 參考的解法如下: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To...
Share: