# bestlyg-data-structures **Repository Path**: bestlyg/bestlyg-data-structures ## Basic Information - **Project Name**: bestlyg-data-structures - **Description**: typescript数据结构与算法 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bestlyg-data-structure-and-algorithm-typescript-2020 ## 介绍 typescript 数据结构与算法 ### 对象定义 - [对象](./src/shared/types/object.ts) - [结构](./src/shared/types/struct.ts) - [模型](./src/shared/types/model.ts) - [链表](./src/core/list/list.ts) ## 索引 ### 数据结构 - [动态数组](./src/core/list/array-list.ts) - [单链表](./src/core/list/single-linked-list.ts) - [单链表(有头结点)](./src/core/list/single-linked-list2.ts) - [循环单链表](./src/core/list/circle-single-linked-list.ts) - [双链表](./src/core/list/du-linked-list.ts) - [循环双链表](./src/core/list/circle-single-linked-list.ts) ### 参考文章 - [commitizen + husky 规范 git 提交信息](https://juejin.im/post/5dff29646fb9a0160b638631) - [eslint+husky+prettier+lint-staged 提升前端应用质量](https://juejin.im/post/5c67fcaae51d457fcb4078c9) - [前端工程化(2):快速搭建基于 angular 团队代码提交规范的工作流](https://juejin.im/post/5c85bdde5188257dfa07da6b)