algorithms and data structures ts
1.0.0
在打字稿中实现的算法和数据结构。在这里您会发现:
首先克隆或下载存储库。然后使用npm install来安装所有依赖关系。
git clone https://github.com/JCPedroza/algorithms-and-data-structures-ts.git
cd algorithms-and-data-structures-ts
npm installnpm test # Run unit tests that have changes
npm run test-unit # Run all unit tests
npm run test-coverage # Run all unit tests and generate coverage reportnpm run fix-style # Run linter and format style errors
npm run build # Transpile to JavaScript
npm run # Show all available scripts 始终欢迎使用GITHUB存储库的错误报告,拉出请求和代码评论。
该项目旨在是一个安全,热情的协作空间。在该项目代码库,问题跟踪器,聊天室和邮件列表中进行互动的每个人都预计将遵循《行为守则》。
您可以在此存储库的CONTRIBUTING.md文档中或在此处看到完整的贡献指南,工作流和示例。
该存储库可根据MIT许可条款作为开源,您可以在此存储库的许可证中看到。