把之前设计模式的文章总结了一下,供大家学习。
C++实现设计模式(1)- 设计模式简介
https://my.oschina.net/u/3690276/blog/3086072
C++实现设计模式(2)- 模板方法
https://my.oschina.net/u/3690276/blog/3109268
C++实现设计模式(3)- Strategy模式
https://my.oschina.net/u/3690276/blog/3109361
C++实现设计模式(4)- 观察者模式
https://my.oschina.net/u/3690276/blog/3110520
C++实现设计模式(5)- 装饰模式
https://my.oschina.net/u/3690276/blog/3113590
C++实现设计模式(6)- 桥模式
https://my.oschina.net/u/3690276/blog/3113643
C++实现设计模式(7)- 工厂模式
https://my.oschina.net/u/3690276/blog/3113796
C++实现设计模式(8)- 抽象工厂模式
https://my.oschina.net/u/3690276/blog/3114568
C++实现设计模式(9)- 原型模式
https://my.oschina.net/u/3690276/blog/3115074
C++实现设计模式(10)- 构建器模式
https://my.oschina.net/u/3690276/blog/3115986
C++实现设计模式(11)- 单例模式https://my.oschina.net/u/3690276/blog/3118530
C++实现设计模式(12)- 享元模式
https://my.oschina.net/u/3690276/blog/3119010
C++实现设计模式(13)- 门面模式
https://my.oschina.net/u/3690276/blog/3119785
C++实现设计模式(14)- 适配器模式
https://my.oschina.net/u/3690276/blog/3119797
C++实现设计模式(15)- 代理模式
https://my.oschina.net/u/3690276/blog/3120399
C++实现设计模式(16)- 中介者模式
https://my.oschina.net/u/3690276/blog/3124138
C++实现设计模式(17)- 状态模式
https://my.oschina.net/u/3690276/blog/3125325
C++实现设计模式(18)- 组合模式
https://my.oschina.net/u/3690276/blog/3125366
C++设计模式(19)- 迭代器模式
https://my.oschina.net/u/3690276/blog/3126319
算法:面试和工作中常用的算法
https://my.oschina.net/u/3690276/blog/4375058