# leetcode **Repository Path**: weiyunshu/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: leetcode刷题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-11 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 刷题 ## README # leetcode **相关链接** - [leetcode](https://leetcode.cn/problemset/all/) - 牛客 - [doocs/leetcode](https://github.com/doocs/leetcode) [toc] ## 算法 ### 1. 基础算法 ### 2. 数据结构 ## 剑指offer | 题号 | 题解 | 标签 | 难度 | 备注 | | ---- | ---------------------- | ------------ | ---- | ---- | | 50 | 第一个只出现一次的字符 | 字符串,哈希 | | | ## leetcode刷题 | 题号 | 题解 | 标签 | 难度 | 备注 | | ---- | ------------------------------------------ | ----------------- | ---- | ---- | | 1 | 两数之和 | 数组,哈希表 | | | | 34 | 在排序数组中查找元素的第一个和最后一个位置 | 数组,二分查找 | 中等 | | | 370 | 区间加法 | 数组,前缀和&差分 | 中等 | 🔒 |