Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael18811380328/leetcode
https://github.com/michael18811380328/leetcode
algorithm javascript leetcode python typescript
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael18811380328/leetcode
- Owner: Michael18811380328
- Created: 2019-09-30T16:19:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T09:17:18.000Z (27 days ago)
- Last Synced: 2025-01-15T11:12:36.372Z (27 days ago)
- Topics: algorithm, javascript, leetcode, python, typescript
- Language: JavaScript
- Homepage:
- Size: 65.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
这是 Leetcode 刷题,主要是 js 实现,少量使用 ts 和 python 等实现。
同时整理了一些常用的算法文档、学习资料、和算法工具等。
因为有的算法书是其他语言(啊哈算法是 C,算法4 是 Java,所以要了解其他语言基本语法)。
目的:1、提升个人综合素质 2、应用在实际项目中,优化性能
[刷题日志](./docs/log.md)
[待办事项](./docs/todo.md)
[单元测试](./docs/unit-test.md)
[脚本说明](./docs/scripts-description.md)
其他优秀的项目
https://github.com/azl397985856/leetcode: LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
https://github.com/doocs/leetcode: 🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
https://github.com/afatcoder/LeetcodeTop: 汇总各大互联网公司容易考察的高频leetcode题🔥
https://github.com/neetcode-gh/leetcode: Leetcode solutions
### TS 说明
这里使用 TS 完成 LeetCode
主要目的:练习 TS 的语法(如何把已有 JS 项目转换成 TS 项目,TS 的单元测试和模块化怎样实现等等)
次要目的:复习算法习题
[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)