dpes8693 / frontend-mentor-program-1rd

前端培訓
0 stars 1 forks source link

詹珀柚HW2 & Question #21

Closed JamesChan0107 closed 3 months ago

JamesChan0107 commented 3 months ago

Link: https://jameschan0107.github.io/ToDoList

Question: 想知道現在所學的資料結構和演算法,在實際工作和coding中,哪些方法最常使用或常見?

dpes8693 commented 3 months ago
dpes8693 commented 3 months ago

Link: https://jameschan0107.github.io/ToDoList

Question: 想知道現在所學的資料結構和演算法,在實際工作和coding中,哪些方法最常使用或常見?

  1. 要看工作性質,如果是開發普通的網頁 or 後台系統 我認為常見的是:
    • 資料結構: Set(集合), Queue(排隊)
    • 演算法: 遞迴