文件名称:leetcode题库-leetcode-js:数据结构与算法学习&leetcode题解
文件大小:594KB
文件格式:ZIP
更新时间:2024-07-19 12:23:41
系统开源
leetcode题库 leetcode-js 数据结构 数组 算法 使用方式 安装依赖 :npm install 执行所有测试 :npm run test 运行指定单个测试方式 :./node_modules/jest/bin/jest.js ./src/data-structures/linked-list/__test__/LinkedListNode.test.js 代码 Lint 校验:npm run lint 配置了 husky pre-commit hooks,提交代码之前校验代码和执行单元测试 算法学习参考资源 在线算法题库: 或者 Github 资源 :fire: 比较全的几个库 This is a repository containing the list of company wise questions available on leetcode premium 推荐的讲解算法的网站、好博客: 讲解、代码格式、图表都很规范,覆盖广 Matrix67 的一些算法讲解类经典文章,平易近人 BYVoid 的博客,计算机科学标签 范浩强的博客 的博客 极客时间的《数据结构与算法之
【文件预览】:
leetcode-js-master
----.gitignore(31B)
----.babelrc(39B)
----problems()
--------027-remove-element()
--------053-maximum-subarray()
--------058-length-of-last-word()
--------007-reverse-integer()
--------028-implement-strstr()
--------009-palindrome-number()
--------001-two-sum()
--------035-search-insert-position()
--------026-remove-duplicates-from-sorted-array()
--------README.md(21B)
--------066-plus-one()
--------013-roman-to-integer()
--------014-longest-common-prefix()
--------020-valid-parentheses()
--------021-merge-two-sorted-lists()
----.eslintrc(503B)
----package.json(1KB)
----src()
--------utils()
--------algorithms()
--------data-structures()
----jest.config.js(1KB)
----LICENSE(1KB)
----index.js(0B)
----README.md(3KB)
----fe-insights.jpg(85KB)
----.vscode()
--------launch.json(511B)
----.huskyrc.json(70B)
----.editorconfig(200B)