矩陣(Matrix) 與基本的陣列結構息息相關,有點類似於二維陣列,它是一個利用mxn的陣列來介紹矩陣擁有m列和n行。而一般資料結構與演算法上常用到的矩陣有四種...
前言 今天我們要來挑戰一道經典又實用的題目——Set Matrix Zeroes(設定矩陣零)!這題是 Medium 難度,但它考驗的是我們如何在有限的空間內...
目錄 目錄 摘要 什麼是matrix策略 使用matrix 擴充matrix 縮減matrix 摘要 在上一篇我們學到在work...
🟨最大正方形 本題取自 Leetcode 221. Maximal Square 題目 Given an m x n binary matrix filled...
前面幾天我們做了幾道題,熟悉了一維數列形式的1-D DP題型,在這類問題中狀態是單一的(例如爬樓梯問題的第i階、扒手問題的第i間房...等等)。 接下來,讓我們...
邊聽館長罵人編寫code的直播(不過因為版權所以沒聲音XD) Check If a Number Is Majority Element in a Sort...
首先 860. Lemonade Change (easy)https://leetcode.com/problems/lemonade-change/ 找零錢...
首先是 981. Time Based Key-Value Store (medium)https://leetcode.com/problems/time-b...
首先是 623. Add One Row to Tree (medium)https://leetcode.com/problems/add-one-row-t...
首先是 19. Remove Nth Node From End of List (medium)https://leetcode.com/problems/r...
首先是 700. Search in a Binary Search Tree (easy)https://leetcode.com/problems/sear...
圖片來源 「矩陣」是最強大的空間扭曲招數。 它比其他「空間忍數」:位移、縮放、旋轉這三個加起來都強!因為他一次就可以作掉這三個,而且解決了這三個的致命缺點——順...
#73 Set Matrix Zeroes 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a m x n matrix...
#54 Spiral Matrix 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a matrix of m x n...
同步發佈於 Github repo #59 Spiral Matrix II 題目難度:Medium 題目敘述: Given an integer n, g...