文件名称:algorithms:打字稿算法
文件大小:69KB
文件格式:ZIP
更新时间:2024-04-23 14:18:15
typescript jest algorithms TypeScript
演算法 使用打字稿构建的用于教育目的的算法集合 科技栈 编译打字稿 分叉或克隆此仓库 运行npm install来安装依赖项 运行npm start以启动打字稿观察器和编译器 会费 随时贡献自己的力量,只需分叉此仓库并提高公关即可。 错误与问题 如果您发现任何错误或问题,请随时在此存储库的“问题”部分中提出它们。
【文件预览】:
algorithms-master
----package.json(785B)
----jest.config.js(239B)
----package-lock.json(178KB)
----src()
--------arrays.ts(3KB)
--------__tests__()
--------sorting.ts(666B)
--------strings.ts(5KB)
--------numbers.ts(4KB)
--------searching.ts(732B)
--------misc.ts(576B)
----tsconfig.json(296B)
----legacy()
--------franken-splice.js(213B)
--------everything-be-true.js(389B)
--------caesars-cipher.js(502B)
--------inventory-update.js(2KB)
--------sorted-union.js(726B)
--------wherefore-art-thou.js(742B)
--------pairwise.js(624B)
--------slasher.js(237B)
--------fizz-buzz.js(210B)
--------record-collection.js(3KB)
--------create-a-person.js(683B)
--------convert-html-entities.js(484B)
--------cash-register.js(4KB)
--------arguments-optional.js(443B)
--------dna-pairing.js(413B)
--------orbital-period.js(749B)
----.gitignore(42B)
----README.md(809B)