# algorithm **Repository Path**: litarussell/algorithm ## Basic Information - **Project Name**: algorithm - **Description**: 使用js和ts练习算法 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2021-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # algorithm 使用js和ts练习算法 * 常用排序算法 * 堆排序 * 插入排序 * 选择排序 * 快速排序 * 希尔排序 * 归并排序 * 字符串匹配算法 * bf * kmp * 树结构 * 二叉排序树 bst * 自平衡二叉排序树 avl * 并查集 * 动态规划题集