# leetcode **Repository Path**: jeremylai/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: leetcode 刷题 with Java - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode 刷题with Java 本项目按照文件名称可以查看题解源码,具体可以查看[题解源码](https://github.com/jeremylai7/leetcode/tree/master/src/main/java/com/leetcode),本目录根据解法总一个归纳和总结。 * [链表](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E9%93%BE%E8%A1%A8.md) * [206 反转链表](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E9%93%BE%E8%A1%A8.md#反转链表) * [19 删除链表的倒数第 N 个结点](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E9%93%BE%E8%A1%A8.md#删除链表的倒数第N个结点) * [141 环形链表](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E9%93%BE%E8%A1%A8.md#环形链表) * [21 合并两个有序链表](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E9%93%BE%E8%A1%A8.md#合并两个有序链表) * [回溯](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%9B%9E%E6%BA%AF.md) * [39 组合总和](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%9B%9E%E6%BA%AF.md#组合总和) * [40 组合总和 II](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%9B%9E%E6%BA%AF.md#组合总和II) * [46 全排列](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%9B%9E%E6%BA%AF.md#全排列) * [47 全排列 II](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%9B%9E%E6%BA%AF.md#全排列II) * [51 N皇后](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%9B%9E%E6%BA%AF.md#N皇后) * [双指针](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%8F%8C%E6%8C%87%E9%92%88.md#双指针) * [11 盛最多水的容器](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%8F%8C%E6%8C%87%E9%92%88.md#盛最多水的容器) * [15 三数之和](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%8F%8C%E6%8C%87%E9%92%88.md#三数之和) * [16 最接近的三数之和](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%8F%8C%E6%8C%87%E9%92%88.md#最接近的三数之和) * [283 移动零](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E5%8F%8C%E6%8C%87%E9%92%88.md#移动零) * [二分查找](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md) * [33 搜索旋转排序数组](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md#搜索旋转排序数组) * [69 x 的平方根](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md#x的平方根) * [74 搜索二维矩阵](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md#搜索二维矩阵) * [153 寻找旋转排序数组中的最小值](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md#寻找旋转排序数组中的最小值) * [367 有效的完全平方数](https://github.com/jeremylai7/leetcode/blob/master/src/markdown/%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE.md#有效的完全平方数)