# 算法与数据结构 **Repository Path**: xiaolong-oba/algorithm-and-data-structure ## Basic Information - **Project Name**: 算法与数据结构 - **Description**: 算法与数据结构题集 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://juejin.cn/column/7117177836569362463 - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-09-23 - **Last Updated**: 2023-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: LeetCode, Java, 算法 ## README # 算法与数据结构 ## 介绍 这是一个「卷心菜」的刷题日记,一周三更是我的底线。 如果小伙伴们有什么不明白的,欢迎大家到博主博客或公众号进行提问。 **博客地址:**[晓龙oba](https://juejin.cn/user/1319060641160317) **公众号:** 晓龙oba ### 数据结构刷题顺序 #### 数组 ##### 1. 两数之和 力扣地址: [136. 只出现一次的数字 - 力扣(LeetCode)](https://leetcode.cn/problems/single-number/) 题解地址: [每日一题 - 只出现一次的数字 - 掘金 (juejin.cn)](https://juejin.cn/post/7117197445842337828) ##### 2. 寻找两个正序数组的中位数 力扣地址: [4. 寻找两个正序数组的中位数(LeetCode)](https://leetcode.cn/problems/median-of-two-sorted-arrays/) 题解地址: [每日一题 - 寻找两个正序数组的中位数 - 掘金 (juejin.cn)](https://juejin.cn/post/7147884829701308446) ##### 3. 三数之和 力扣地址: [15. 三数之和 - 力扣(LeetCode)](https://leetcode.cn/problems/3sum/) 题解地址: [每日一题 - 三数之和 - 掘金 (juejin.cn)](https://juejin.cn/post/7149065949956538381) #### 栈 ##### 1. 最小栈 力扣地址: [最小栈 - 力扣(LeetCode)](https://leetcode.cn/problems/bao-han-minhan-shu-de-zhan-lcof/) 题解地址: [算法与数据结构 - 栈详解](https://juejin.cn/post/7156865862568247327) ##### 2. 有序栈 力扣地址: [栈排序 - 力扣(LeetCode)](https://leetcode.cn/problems/sort-of-stacks-lcci/) 题解地址: [算法与数据结构 - 栈详解](https://juejin.cn/post/7156865862568247327) ### 算法刷题顺序 #### 排序 ##### 1. 冒泡排序 题解地址: [算法与数据结构 - 排序详解](https://juejin.cn/post/7153180942176092173) ##### 2. 选择排序 题解地址: [算法与数据结构 - 排序详解](https://juejin.cn/post/7153180942176092173) ##### 3. 插入排序 题解地址: [算法与数据结构 - 排序详解](https://juejin.cn/post/7153180942176092173)