文件名称:typescript-data-structures:前端工程师应了解的基本数据结构和算法,全部以TypeScript编写
文件大小:181KB
文件格式:ZIP
更新时间:2024-05-22 03:01:51
TypeScript
TypeScript数据结构 前端工程师应以TypeScript编写的基本数据结构和算法。 可用的数据结构 树木 尝试 哈希集 哈希表 图形 演算法 快速排序 合并排序 插入排序 二元搜寻 深度优先搜索 广度优先搜索 测试 # install dependencies npm install # run all test suite npm run test 在发出拉取请求之前,请确保所有测试均已通过:) 参考 贡献 我知道这套标准并不完美,仍然需要改进。 如果您有任何想法,只需提出或创建然后告诉我您的想法。 如果您想贡献,请分叉存储库并根据需要进行更改。 热烈欢迎请求请求。
【文件预览】:
typescript-data-structures-master
----package.json(824B)
----data-structures()
--------model()
--------linked-list()
--------stack()
--------queue()
----.prettierrc(166B)
----assets()
--------singly-linked-list-reverse.jpg(126KB)
----LICENSE(1KB)
----package-lock.json(221KB)
----tsconfig.json(230B)
----.gitignore(2KB)
----README.md(2KB)
----babel.config.js(181B)
----.vscode()
--------launch.json(386B)