Algorithms
General Information
Ming Chi University of Technology
Instructor:
Hoang-Giang Cao (高黃江)
Office Hours:
Mon: 09:00 - 11:00
Office:
AI Center | Innovation Bldg | 3F
Email:
chgiang@mail.mcut.edu.tw
Course Group
Join Group
GCIOJ - QZ|HW|EX
Scoreboard
Suggestions
Assignments & Exams
PRE-MIDTERM
EXPIRED
Homework HW1
ACTIVE
Deadline: 24 Mar 2026
Resources
Official Python 3 Docs
Real Python
GeeksforGeeks Python
Course Schedule & Slides
Index
Topic
Materials
1
Introduction to the course
2
Instruction to GCIOJ
3
Introduction to Algorithm Design
Exercises EX1
4
Flowchart & Basic algoritms 1D array
5
Matrix Algorithm 2D array
6
String algorithms
7
Recursive Functions
8
PRE MIDTERM ANSWER
SLIDES
9
Big-O - Algorithm Complexity Analysis
Time complexity exercises
10
MIDTERM
11
Search algorithms
12
Sort algorithms 1 - O(n&2)
13
Sort algorithms 2 - O(nlogn)
14
Introduction to Tree
15
Introduction to Binary Tree
16
Introduction to Graph
17
Graph Algorithms