在卸载完Ubuntu后,重启电脑发现Boot Menu中还有Ubuntu的启动项,这篇文章告诉你正确删除无用启动项的方法。
全排列
求数组或字符串的全排列算法。
数组中只出现1次的数字
找出数组中只出现1次的数字。
滑动窗口算法
滑动窗口算法可以应用在很多查找字符串子串的算法中。
参考:Sliding Window algorithm template to solve all the Leetcode substring search problem.
HashMap底层实现原理
二维数组中的查找
在二维数组中查找。
相关题目:剑指Offer面试题4:二维数组中的查找Leetcode 74. Search a 2D Matrix, Leetcode 240. Search a 2D Matrix II。
Java中遍历Map的方法
如HashMap, TreeMap, ConcurrentHashMap等。