iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
Software Development

舌尖上的演算法 系列

演算法一直是學習電腦科學(Computer Science)很重要的環節,然而現今資訊科技行業中有許多非本科出身的工程師,對於這些工程師可能演算法是在學習IT的過程中並不會去碰觸的領域,而我自己本身也是跨行業工程師,在研讀碩班時接觸到了這神秘領域後,發現其實也不是真的那麼難懂,因此想把自己學到的東西透過一些簡單的說明和圖檔,幫助跨行業的工程師踏入這神秘的領域,開啟一片新世界。

鐵人鍊成 | 共 30 篇文章 | 31 人訂閱 訂閱系列文 RSS系列文 團隊海狗部隊
DAY 11

Day11 -- Decrease and Conquer - Shell Sort

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 第十天我們第一次介紹了Decrease and Conquer類別的運作方式...

2020-09-18 ‧ 由 adslbbcc1949 分享
DAY 12

Day12 -- Decrease and Conquer - Binary Search

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 一連講了好幾個Sorting的演算法,我們今天來換換口味,今天要講的演算法是...

2020-09-19 ‧ 由 adslbbcc1949 分享
DAY 13

Day13 -- Decrease and Conquer - Binary Search Tree(上)

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 第十二天我們介紹了Binary Search,而Binary Search在...

2020-09-20 ‧ 由 adslbbcc1949 分享
DAY 14

Day14 -- Decrease and Conquer - Binary Search Tree(下)

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 昨天我們介紹了Binary Search Tree(BST),而今天要講的B...

2020-09-21 ‧ 由 adslbbcc1949 分享
DAY 15

Day15 -- Divide and Conquer - Merge Sort

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 一連五天,我們介紹了Decrease and Conquer,今天和明天我們...

2020-09-22 ‧ 由 adslbbcc1949 分享
DAY 16

Day16 -- Divide and Conquer - Quick Sort

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 昨天介紹了第一種Divide and Conquer的演算法(Merge S...

2020-09-23 ‧ 由 adslbbcc1949 分享
DAY 17

Day17 -- Transform and Conquer - AVL Tree(上)

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 目前為止已經介紹了三種類別的演算法,每一種演算法都有其有趣的地方,今天我們要...

2020-09-24 ‧ 由 adslbbcc1949 分享
DAY 18

Day18 -- Transform and Conquer - AVL Tree(下)

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 昨天介紹了AVL Tree和當針對AVL Tree進行Insertion的時...

2020-09-25 ‧ 由 adslbbcc1949 分享
DAY 19

Day19 -- Transform and Conquer - 2-3 Trees

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 當在設計一個演算法的時候,倘若使用到了Tree這種資料結構,絕大部分的情況下...

2020-09-26 ‧ 由 adslbbcc1949 分享
DAY 20

Day20 -- Time and Space Tradeoff- Distribution Sorting

本系列文章同步分享於個人Blog → InformisTry-HankLee 前言 我們生活中隨時隨地都在做出選擇,而在做選擇時,我們都會根據利弊進行判斷,今天...

2020-09-27 ‧ 由 adslbbcc1949 分享