project-euler:欧拉计划问题解决方案

时间:2024-03-25 02:09:59
【文件属性】:

文件名称:project-euler:欧拉计划问题解决方案

文件大小:97KB

文件格式:ZIP

更新时间:2024-03-25 02:09:59

TypeScript

有了这个存储库,我打算集中解决针对问题的解决方案。 有些人用简单的蛮力解决,另一些人则利用我所学到的知识提出了更多的解决方案。 成为我的客人指出可以改进的地方:D 所有代码都在TypeScript中。 工装 节点14.x TypeScript 4.x eslint 7.x 摩卡咖啡8.x 柴4.x 如果要下载并在本地运行,请确保已安装NodeJS和npm。 执行以下命令以安装所有需要的依赖项 npm install 执行以下命令以运行所有测试用例 npm run test 执行以下命令检查代码覆盖率 npm run coverage 执行以下命令以运行lint npm run lint


【文件预览】:
project-euler-master
----.github()
--------dependabot.yml(502B)
--------workflows()
----.eslintrc.js(114B)
----src()
--------problems()
--------helper()
--------data()
----.vscode()
--------launch.json(569B)
--------settings.json(81B)
----tsconfig.json(540B)
----README.md(1KB)
----tests()
--------problem016.test.ts(522B)
--------problem022.test.ts(645B)
--------problem020.test.ts(1005B)
--------problem003.test.ts(475B)
--------problem004.test.ts(651B)
--------problem013.test.ts(6KB)
--------problem001.test.ts(497B)
--------problem012.test.ts(751B)
--------problems018-067.test.ts(21KB)
--------math.test.ts(4KB)
--------problem006.test.ts(828B)
--------problem005.test.ts(741B)
--------problem017.test.ts(750B)
--------problem011.test.ts(2KB)
--------problem014.test.ts(1KB)
--------problem002.test.ts(516B)
--------problem007.test.ts(723B)
--------problem009.test.ts(664B)
--------fibonacci.test.ts(530B)
--------problem010.test.ts(475B)
--------problem008.test.ts(2KB)
----.gitignore(2KB)
----.eslintignore(116B)
----package-lock.json(136KB)
----package.json(1KB)
----.nycrc(365B)

网友评论