其他
- 1. 下载
- 2. sphinx 与 rst
- 3. 复习
- 4. 编程算法
- 4.1. 找出数组中的特异数字(Single Number)
- 4.2. 均匀分布生成其他分布的方法
- 4.3. 海量数据处理
- 4.4. 链表
- 4.5. [LeetCode] Sort Colors 三颜色排序
- 4.6. 找到数组第 \(k\) 大的数
- 4.7. [LeetCode] Best Time to Buy and Sell Stock 买卖股票的最佳时间
- 4.8. [LeetCode] Partition Equal Subset Sum 数组分成两个子集,和相等
- 4.9. [LeetCode] Find All Anagrams in a String 统计变位词出现的位置
- 4.10. 寻找重复数
- 4.11. [LeetCode] Spiral Matrix 环形打印矩阵
- 4.12. [LeetCode] Longest Consecutive Sequence 最长连续序列
- 4.13. 跳跃的蚂蚱
- 4.14. 求 \(n\) 的阶乘末尾有多少个 \(0\)
- 4.15. 求一个整数的二进制表示中 \(1\) 的个数
- 4.16. [LeetCode] Subarray Sum Equals K 子数组和为 \(K\)
- 4.17. 使用位运算进行加法运算
- 4.18. [LeetCode] Longest Substring with At Least K Repeating Characters 包含重复字符的最长子串
- 4.19. 几个数的和
- 4.20. [LeetCode] Maximum Product Subarray 求连续子数组的最大乘积
- 4.21. 统计 1 的数目
- 4.22. 数组循环移位
- 4.23. [LeetCode] Divide Two Integers 整数除法
- 4.24. [LeetCode] Fraction to Recurring Decimal 循环小数
- 4.25. 旋转数组查找
- 4.26. [LeetCode] Maximum Gap 最大间隔
- 4.27. 数组操作模拟大数乘法
- 4.28. [LeetCode] Number of Islands 孤岛个数
- 4.29. 回文(Palindrome)
- 4.30. 判断字符串 s2 是否可由 s1 旋转得到
- 4.31. [LeetCode] Validate Binary Search Tree 检查一棵二叉树是否为二叉查找树
- 4.32. 判断一个数是否是奇数
- 4.33. [LeetCode] Valid Number 验证一个字符串是否表示某个有效数字
- 4.34. 求 \(1+2+3+ \cdots +n\) ,不使用:乘除法,判断,循环,库函数。
- 4.35. [LeetCode] Lexicographical Numbers 按字典序排列 \(1 \sim n\)
- 4.36. [LeetCode] Merge k Sorted Lists 合并 \(k\) 条有序链表
- 4.37. [LeetCode] Max Points on a Line 统计共线的最多点数
- 4.38. [LeetCode] Word Break 字符串按字典切分
- 4.39. [LeetCode] Gas Station 加油站回路
- 4.40. 最短过桥时间
- 4.41. [LeetCode] Minimum Window Substring 字符串 S 中包含字符串 T 中所有字符的最短子串
- 4.42. [LeetCode] Continuous Subarrays 连续数组(元素之差不超过 2)的数量
- 4.43. [LeetCode] Nth Digit 第 \(N\) 个数字
- 4.44. [LeetCode] Pow(x, n) 求幂
- 4.45. [LeetCode] Longest Valid Parentheses 最长有效匹配括号长度
- 4.46. 丢弃的数
- 4.47. [LeetCode] Trapping Rain Water 接雨水
- 4.48. [LeetCode] Sudoku Solver 数独
- 4.49. [LeetCode] Median of Two Sorted Arrays 两个排序数组的中位数
- 4.50. 滑动窗口
- 4.51. 逆波兰式:转换与求值
- 4.52. 字典树/前缀树( Trie )
- 4.53. LRU(Least Recently Used) 缓存机制
- 4.54. [LeetCode] House Robber II 环形房屋偷盗
- 4.55. [LeetCode] Serialize And Deserialize Binary Tree 序列化与反序列化二叉树
- 4.56. [LeetCode] 生存人数:统计生存人数最多的年份
- 4.57. [LeetCode] 验证栈的压入、弹出序列
- 4.58. [LeetCode] 和为 s 的连续正数序列
- 4.59. [LeetCode] Rotting Oranges 腐败的橙子
- 4.60. [LeetCode] Maximum Width of Binary Tree 二叉树最大宽度
- 4.61. [LeetCode] Restore The Array 从字符串恢复整数数组
- 4.62. 重叠区间问题
- 4.63. [LeetCode] Stone Game 石头游戏
- 4.64. 栈和队列的实现
- 4.65. 单调栈
- 4.66. 单词接龙