Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

每逢面试必刷题

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/)