iT邦幫忙

鐵人檔案

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

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

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

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

圖解 blind 75: Intervals - Merge Intervals(1/2)

Merge Intervals Given an array of intervals where intervals[i] = [starti, endi],...

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

圖解 blind 75: Intervals - Insert Interval(2/2)

Insert Interval You are given an array of non-overlapping intervals intervals wh...

2022-09-27 ‧ 由 json_liang 分享
DAY 28

圖解 blind 75: Math & Geometry 題型

圖解 blind 75: Math & Geometry 題型 Math & Geometry 題型 這類題型主要可以透過一些數學特性或是幾何學...

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

圖解 blind 75: Math & Geometry - Set Matrix Zeroes(1/3)

Set Matrix Zeroes Given an m x n integer matrix matrix, if an element is 0, set...

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

圖解 blind 75: Math & Geometry - Spiral Matrix(2/3)

Spiral Matrix Given an m x n matrix, return all elements of the matrix in spiral...

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

圖解 blind 75: Math & Geometry - Rotate Image(3/3)

Rotate Image You are given an n x n 2D matrix representing an image, rotate the...

2022-09-28 ‧ 由 json_liang 分享
DAY 29

圖解 blind 75: Bit Manipulation 簡介

圖解 blind 75: Bit Manipulation 簡介 Bit Manipulation 簡介 在電腦之中,數值都是已二進位去做儲存 對於數值來說有些...

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

圖解 blind 75: Bit Manipulation - Missing Number(1/2)

Missing Number Given an array nums containing n distinct numbers in the range [0...

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

圖解 blind 75: Bit Manipulation - Sum of Two Integers(2/2)

Sum of Two Integers Given two integers a and b, return the sum of the two intege...

2022-09-29 ‧ 由 json_liang 分享
DAY 30

圖解 blind 75: Bit Manipulation - Reverse Bits(1/3)

Reverse Bits Reverse bits of a given 32 bits unsigned integer. Note: Note that...

2022-09-30 ‧ 由 json_liang 分享