여행다니는 펭귄

Introduction to Algorithms 본문

컴퓨터/CLRS

Introduction to Algorithms

핑구힝구 2021. 9. 26. 02:16

● Algorithmic Analysis

● Divide and Conquer

● Randomized Algorithms

● Tree Algorithms

● Graph Algorithms

● Dynamic Programming

● Greedy Algorithms

● Advanced Algorithms

● NP-completeness

 

 

Jupyter notebook 을 활용하여 진행합니다.

'컴퓨터 > CLRS' 카테고리의 다른 글

Chapter 4. Randomized Algorithms (2)  (0) 2021.10.11
Chapter 4. Randomized Algorithms (1)  (0) 2021.10.10
Chapter 3. Linear Time Sorting  (0) 2021.10.03
Chapter 2. Divide and Conquer (1)  (0) 2021.09.29
Chapter1. Algorithmic Analysis  (0) 2021.09.26