Huang-Libo / OfferOrientedAlgorithms

《剑指Offer:数据结构与算法名企面试题精讲》

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

剑指Offer

数据结构与算法名企面试题精讲

作者:何海涛


第1章:整数

第2章:数组

第3章:字符串

第4章:链表

第5章:哈希表

第6章:

第7章:队列

第8章:

第9章:

第10章:前缀树

第11章:二分查找

第12章:排序

第13章:回溯法

第14章:动态规划

第15章:


购买网址


勘误

第一版第一次印刷

  • 第112页,面试题42的题目描述
class RecentAverage {    
    public RecentCounter();
    public int ping(int t);
}

应该改为:

class RecentCounter {    
    public RecentCounter();
    public int ping(int t);
}

About

《剑指Offer:数据结构与算法名企面试题精讲》