# Computer-Course **Repository Path**: southbegonia/Computer-Course ## Basic Information - **Project Name**: Computer-Course - **Description**: 数据结构/算法/设计模式/练习 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-13 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [数据结构](https://github.com/SouthBegonia/Computer-Course/tree/master/DataStructure) - 线性表 - 栈和队列 - 串 - 数组、矩阵与广义表 - 树 - 图 - 查找 # [算法](https://github.com/SouthBegonia/Computer-Course/tree/master/Algorithm) - [排序算法](https://github.com/SouthBegonia/Computer-Course/tree/master/Algorithm/Sort) - 插入类:直接插入排序、折半插入排序、希尔排序 - 交换类:冒泡排序、快速排序 - 选择类:简单选择排序、堆排序 - 二路归并排序 - 基数排序 - 外部排序 # [设计模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern) - [单例模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/SingletonPattern) - [工厂模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/FactoryPattern) - [策略模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/StrategyPattern) - [观察者模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/ObserverPattern) - [装饰模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/DecoratorPattern) - [代理模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/ProxyPattern) - [模板方法模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/TemplateMethodPattern) - [外观模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/FacadePattern) - [建造者模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/BuilderPattern) - [状态模式](https://github.com/SouthBegonia/Computer-Course/tree/master/DesignPattern/StatePattern) # 刷题 - [剑指Offer](https://github.com/SouthBegonia/Computer-Course/tree/master/Offer) # 其他 - [UML类图绘制](https://github.com/SouthBegonia/Computer-Course/tree/master/UML)