# leetcode **Repository Path**: mirrors_theajack/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 💪 leetcode 记录 leetcode解题记录,解题全部使用js编写,欢迎[交流](https://github.com/theajack/leetcode/issues/new) (原则:尽量不适用js特性的api,如 [].includes, [].reverse 等) ## 解题列表 1. [二进制数1的最大间距](readme/binary-gap.md) 2. [链表倒数第k个元素-双指针](readme/list-last-k.md) 3. [二叉树的后序遍历](readme/binary-tree-postorder-traversal.md) 4. [三步走楼梯问题-动态规划](readme/step.md) 5. [奇偶链表问题-逢奇调换算法和奇偶队列拼接算法](readme/odd-even-link.md) 6. [顺时针打印矩阵](readme/log-matrix.md) 7. [两数之和](readme/two-sun.md) 8. [两个链表相加](readme/add-two-numbers.md) 9. [无重复字符的最长子串](readme/longest-substring-without-repeating-characters.md) ## 友情链接 [cnchar](https://www.github.com/theajack/cnchar) | [easy-icon](https://www.github.com/theajack/easy-icon) | [jsbox](https://www.github.com/theajack/jsbox) 该库所有题目来自 [leetcode](https://leetcode-cn.com/)