What is a data structure?

什麼是資料結構

What is an algorithm?

什麼是演算法

What are the main types of data structures?

主要的資料結構類型有哪些?

Built-in Data Structures in Python

Python內建資料結構

Data structures come from import

Python常用非內建資料結構

Question

How to evaluate the quality of an algorithm:

如何評斷一個演算法好壞

Time complexity

時間複雜度

Recursive

遞迴

Question