Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjx666/leetcode-javascript-2023
每逢面试必刷题
https://github.com/tjx666/leetcode-javascript-2023
algorithm font-end interview javascript leetcode
Last synced: 11 days ago
JSON representation
每逢面试必刷题
- Host: GitHub
- URL: https://github.com/tjx666/leetcode-javascript-2023
- Owner: tjx666
- Created: 2023-06-12T10:42:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T05:27:10.000Z (12 months ago)
- Last Synced: 2024-12-09T03:33:09.580Z (15 days ago)
- Topics: algorithm, font-end, interview, javascript, leetcode
- Language: JavaScript
- Homepage: https://leetcode.cn/u/yutengjing/
- Size: 262 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode JavaScript 2023
[![test](https://github.com/tjx666/leetcode-javascript-2023/actions/workflows/test.yml/badge.svg)](https://github.com/tjx666/leetcode-javascript-2023/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/tjx666/leetcode-javascript-2023/branch/main/graph/badge.svg?token=FQDHJODKYD)](https://codecov.io/gh/tjx666/leetcode-javascript-2023)
## 刷题顺序
1. [0002. 两数相加](https://leetcode.cn/problems/add-two-numbers/)
2. [0206. 反转链表](https://leetcode.cn/problems/reverse-linked-list/)
3. [0445. 两数相加 II](https://leetcode.cn/problems/add-two-numbers-ii/)
4. [0160. 相交链表](https://leetcode.cn/problems/intersection-of-two-linked-lists/)
5. [0141. 环形链表](https://leetcode.cn/problems/linked-list-cycle/)
6. [0142. 环形链表 II](https://leetcode.cn/problems/linked-list-cycle-ii/)
7. [0021. 合并两个有序链表](https://leetcode.cn/problems/merge-two-sorted-lists/description/)
8. [0203. 移除链表元素](https://leetcode.cn/problems/remove-linked-list-elements/)
9. [0083. 删除排序链表中的重复元素](https://leetcode.cn/problems/remove-duplicates-from-sorted-list/description)
10. [0876. 链表的中间结点](https://leetcode.cn/problems/middle-of-the-linked-list/description/)
11. [0234. 回文链表](https://leetcode.cn/problems/palindrome-linked-list/)
12. [1290. 二进制链表转整数](https://leetcode.cn/problems/convert-binary-number-in-a-linked-list-to-integer/description/)
13. [0144. 二叉树的前序遍历](https://leetcode.cn/problems/binary-tree-preorder-traversal/)
14. [0094. 二叉树的中序遍历](https://leetcode.cn/problems/binary-tree-inorder-traversal/description/)
15. [0145. 二叉树的后序遍历](https://leetcode.cn/problems/binary-tree-postorder-traversal/description/)
16. [0102. 二叉树的层序遍历](https://leetcode.cn/problems/binary-tree-level-order-traversal/description/)
17. [0104. 二叉树的最大深度](https://leetcode.cn/problems/maximum-depth-of-binary-tree/description/)
18. [0226. 翻转二叉树](https://leetcode.cn/problems/invert-binary-tree/description/)
19. [0257. 二叉树的所有路径](https://leetcode.cn/problems/binary-tree-paths/description/)
20. [0101. 对称二叉树](https://leetcode.cn/problems/symmetric-tree/)
21. [0111. 二叉树的最小深度](https://leetcode.cn/problems/minimum-depth-of-binary-tree/)
22. [0543. 二叉树的直径](https://leetcode.cn/problems/diameter-of-binary-tree/)
23. [0100. 相同的树](https://leetcode.cn/problems/same-tree/)
24. [0617. 合并二叉树](https://leetcode.cn/problems/merge-two-binary-trees/)
25. [0236. 二叉树的最近公共祖先](https://leetcode.cn/problems/lowest-common-ancestor-of-a-binary-tree/description/)
26. [14. 最长公共前缀](https://leetcode.cn/problems/longest-common-prefix/description/)
27. [1556. 千位分隔数](https://leetcode.cn/problems/thousand-separator/description/)