iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

挑戰 blind 75: 以圖解方式練習解題 系列

這次想透過練習 blind 75 ,來整理過去學過的演算法與資料結構
主要會有幾個方向:
1. 圖解的方式來做練習。
2. 分析解題其中的時間與空間複雜度。
3. 預計會使用 golang 作為解題的語言。
4. 寫下卡關遇到的難題。

鐵人鍊成 | 共 93 篇文章 | 22 人訂閱 訂閱系列文 RSS系列文 團隊E04
DAY 17

圖解 blind 75: BackTracking - Combination Sum(1/2)

Combination Sum Given an array of distinct integers candidates and a target inte...

2022-09-17 ‧ 由 json_liang 分享
DAY 17

圖解 blind 75: BackTracking - Word Search(2/2)

Word Search Given an m x n grid of characters board and a string word, return tr...

2022-09-17 ‧ 由 json_liang 分享
DAY 18

圖解 blind 75: Graph 資料結構解析

Graph 資料結構解析 Graph(圖) 是種用來表達資料間關係的資料結構。 Graph(圖) 所組成的要件有: 節點(vertex): 這是圖中存放資料的...

2022-09-18 ‧ 由 json_liang 分享
DAY 18

圖解 blind 75: Graph - Pacific Atlantic Water Flow(1/3)

Pacific Atlantic Water Flow There is an m x n rectangular island that borders bo...

2022-09-18 ‧ 由 json_liang 分享
DAY 18

圖解 blind 75: Graph - Clone Graph(2/3)

Clone Graph Given a reference of a node in a connected undirected graph. Return...

2022-09-18 ‧ 由 json_liang 分享
DAY 18

圖解 blind 75: Graph - Number of Islands(3/3)

Number of Islands Given an m x n 2D binary grid grid which represents a map of '...

2022-09-18 ‧ 由 json_liang 分享
DAY 19

圖解 blind 75: Graph - Graph Valid Tree(1/3)

Graph Valid Tree Given n nodes labeled from 0 to n - 1 and a list of undirected ...

2022-09-19 ‧ 由 json_liang 分享
DAY 19

圖解 blind 75 : Graph - Number of Connected Components in an Undirected Graph(2/3)

Number of Connected Components in an Undirected Graph Given n nodes labeled from...

2022-09-19 ‧ 由 json_liang 分享
DAY 19

圖解 blind 75: Graph - Course Schedule(3/3)

Course Schedule There are a total of numCourses courses you have to take, labele...

2022-09-19 ‧ 由 json_liang 分享
DAY 20

圖解 blind 75: Advanced Graph - Alien Dictionary

Alien Dictionary There is a new alien language which uses the latin alphabet. Ho...

2022-09-20 ‧ 由 json_liang 分享