Tag Intro

Hash Table:Intro(簡介)

介紹Hash Table(雜湊表)的基本概念。

Complexity:Asymptotic Notation(漸進符號)

介紹用來分析Complexity(複雜度)的Asymptotic Notation(漸進符號)。

Queue: Intro(簡介),並以Linked list實作

介紹Queue(佇列),並以Linked list實作。

Stack: Intro(簡介)

介紹Stack(堆疊)。

Linked List: Intro(簡介)

介紹Linked list(連結串列)。

Flow Networks:Maximum Flow & Ford-Fulkerson Algorithm

介紹Graph之應用:Flow Networks。並利用Ford-Fulkerson Algorithm找到Flow Networks中的Maximum Flow。

Priority Queue:Binary Heap

以Binary Heap(二元堆積)實現Min-Priority Queue。

Priority Queue:Intro(簡介)

簡介Priority Queue(優先權佇列)之基本概念。

Shortest Path:Intro(簡介)

介紹於Graph中的最短路徑問題情境與基本性質。

Minimum Spanning Tree:Intro(簡介)

介紹Graph中的Minimum Spanning Tree(MST,最小生成樹)。


Page 1 / 2