這次想透過練習 blind 75 ,來整理過去學過的演算法與資料結構
主要會有幾個方向:
1. 圖解的方式來做練習。
2. 分析解題其中的時間與空間複雜度。
3. 預計會使用 golang 作為解題的語言。
4. 寫下卡關遇到的難題。
Combination Sum Given an array of distinct integers candidates and a target inte...
Word Search Given an m x n grid of characters board and a string word, return tr...
Graph 資料結構解析 Graph(圖) 是種用來表達資料間關係的資料結構。 Graph(圖) 所組成的要件有: 節點(vertex): 這是圖中存放資料的...
Pacific Atlantic Water Flow There is an m x n rectangular island that borders bo...
Clone Graph Given a reference of a node in a connected undirected graph. Return...
Number of Islands Given an m x n 2D binary grid grid which represents a map of '...
Graph Valid Tree Given n nodes labeled from 0 to n - 1 and a list of undirected ...
Number of Connected Components in an Undirected Graph Given n nodes labeled from...
Course Schedule There are a total of numCourses courses you have to take, labele...
Alien Dictionary There is a new alien language which uses the latin alphabet. Ho...