[Archived - This notebook will probably never be updated in the future]

《算法设计与分析》复习


Introduction

这是一份哈尔滨工业大学(深圳校区)《算法设计与分析》的考前复(预)习笔记。

这份笔记主要是用我自己的话去解释何老师课件~~(以及《算法导论》)~~中所讲解的各个算法,相当于是对知识点的一次再整理吧。

笔记使用 Notion 这个平台写成。欢迎大家留下评论以及复刻为自己的笔记本。

阅读这份笔记可能需要:高中英语水平 + 少量专业词汇积累。这是本人英文笔记的第一次尝试,纰漏和错误必然百出,还请大家指出和见谅。

祝你生活愉快,喵~

This is a brief prevision of 'Algorithm Design and Analysis' course in HIT, Shenzhen campus.

This notebook mainly sorts out knowledge points in Prof. He's slides and the book *Introduction to Algorithms.*

This notebook is written by Hans using Notion. Leaving comments & duplicating as your own notebook are always welcomed.

Wish you a nice day~

Meow~

Table of Contents

Chapter 1 - Introduction

Chapter 2 - Something Mathematical

Chapter 3 - Divide-and-Conquer

Chapter 4 - Dynamic Programming

Chapter 5 - Greedy Algorithm