# Algorithms
**Repository Path**: h1925miles/Algorithms
## Basic Information
- **Project Name**: Algorithms
- **Description**: ⛳算法(第四版)习题代码参考
- **Primary Language**: Java
- **License**: MulanPSL-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-12-25
- **Last Updated**: 2025-01-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: algorithms, Java
## README
# 算法(第四版)
算法第四版课后习题答案
Database文件夹为书上课后习题代码
附:
>[《算法》pdf版下载](https://gitee.com/s6-miles/Algorithms/blob/main/%5B%E5%9B%BE%E7%81%B5%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E4%B8%9B%E4%B9%A6%5D.%E7%AE%97%E6%B3%95%EF%BC%88%E7%AC%AC4%E7%89%88%EF%BC%89.pdf)
>
>[个人练习笔记详解](https://www.wolai.com/sy19/upkX6aBEPckpenQdCBEiVv?theme=light)
## 目录
### 第1章 基础
> [1.1 基础编程模型](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter1_1)
> [1.2 数据抽象](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter1_2)
> [1.3 背包、队列和栈](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter1_3)
> [1.4 算法分析](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter1_4)
> [1.5 案例研究:union-find算法](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter1_5)
### 第2章 排序
> [2.1 初级排序算法](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter2_1)
> [2.2 归并排序](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter2_2)
> [2.3 快速排序](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter2_3)
> [2.4 优先队列](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter2_4)
> [2.5 应用](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter2_5)
### 第3章 查找
> [3.1 符号表](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter3_1)
> [3.2 二叉查找树](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter3_2)
> [3.3 平衡查找树](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter3_3)
> [3.4 散列表](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter3_4)
> [3.5 应用](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter3_5)
### 第4章 图
> [4.1 无向图](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter4_1)
> [4.2 有向图](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter4_2)
> [4.3 最小生成树](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter4_3)
> [4.4 最短路径](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter4_4)
### 第5章 字符串
> [5.1 字符串排序](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter5_1)
> [5.2 单词查找树](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter5_2)
> [5.3 子字符串查找](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter5_3)
> [5.4 正则表达式](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter5_4)
> [5.5 数据压缩](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter5_5)
### 第6章 背景
> [6 背景](https://gitee.com/s6-miles/Algorithms/tree/main/Database/chapter6)
>