Chapter 1: Preface

前言

很簡單的一句話來問自己?為什麼要看這本書?

why should you learn data structures and algorithms?

大綱

Preface

作者針對一開始的問題來進行回答,簡單說就是面試,工作,自我能力提升。

面試: 這不用說,絕對是看這本書主要的原因之一。

工作: 用對的資料結構或者是好的演算法,可以讓code執行的效能更佳的良好。

自我能力提升: 懂的越多,之後碰到困難問題,解決的能力越大。

The goal of this book

主要分成5個sections

  • Introduction

  • Elementary data structures

  • Trees

  • Sorting

  • Graphs

Last updated

Was this helpful?