算法-第一部分
Algorithms, Part I - Princeton University - Coursera #
This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations.
Part I covers elementary data structures, sorting, and searching algorithms.
Part II focuses on graph- and string-processing algorithms.
P1: 6 weeks of study, 6–10 hours per week. 1 hour--1 and a half per day.
本部分的内容包括:
- 基础数据结构(一维)
- 排序算法
- 搜索算法