分类: 专题 3:数组 | 算法与数据结构入门教程 ?https://liweiwei1419.gitee.io/leetcode-algo/categories/%E4%B8%93%E9%A2%98-3%EF%BC%9A%E6%95%B0%E7%BB%84/
387 字符串中的第一个唯一字符 - 字符串中的第一个唯一字符 - 力扣(LeetCode) ?https://leetcode-cn.com/problems/first-unique-character-in-a-string/solution/zi-fu-chuan-zhong-de-di-yi-ge-wei-yi-zi-x9rok/
队列思路?
遍历map for( :)?
215 数组中的第K个最大元素 - 数组中的第K个最大元素 - 力扣(LeetCode) ?https://leetcode-cn.com/problems/kth-largest-element-in-an-array/solution/shu-zu-zhong-de-di-kge-zui-da-yuan-su-by-leetcode-/
堆排序 建立堆 各种操作?
快速排序具体代码?
136?一秒就能搞懂的动图解析 - 只出现一次的数字 - 力扣(LeetCode) ?https://leetcode-cn.com/problems/single-number/solution/dong-hua-dong-tu-yi-ding-hui-by-yuan-chu-vs4p/
有6种方法和容易懂的动图,(新)第6种异或
最后有作者github地址 动图
github总?https://github.com/chefyuan/algorithm-base/tree/main/animation-simulation
github数组https://github.com/chefyuan/algorithm-base/tree/main/animation-simulation/%E6%95%B0%E7%BB%84%E7%AF%87
1两数之和?https://github.com/chefyuan/algorithm-base/blob/main/animation-simulation/%E6%95%B0%E7%BB%84%E7%AF%87/leetcode1%E4%B8%A4%E6%95%B0%E4%B9%8B%E5%92%8C.md
返回数组的写法 参数数组的写法 public int[] twoSum(int[] nums, int target) {}
27 移除元素https://github.com/chefyuan/algorithm-base/blob/main/animation-simulation/%E6%95%B0%E7%BB%84%E7%AF%87/leetcode27%E7%A7%BB%E9%99%A4%E5%85%83%E7%B4%A0.md
为什么i--??(2)我们每找到一个需要删除的值的时候,需要 i--,防止出现多个需要删除的值在一起的情况,然后漏删。???
(新)解法二双指针 后面蓝色是前指针。!用if continue跳过了if后面的后指针+1和替换的步骤
扁扁的瘫22:49
|