LeetCode Summary
Ctrlk
  • Introduction
  • DP, 动态规划类
  • list, 链表相关
  • binary tree, 二叉树相关
  • sort, 排序相关
  • search, 搜索相关
  • math, 数学类相关
  • string, 字符串处理相关
  • combination and permutation, 排列组合相关
  • matrix, 二维数组, 矩阵相关
    • Rotate Image 题解
    • Set Matrix Zeroes 题解
    • Spiral Matrix 题解
    • Spiral Matrix II 题解
    • Maximal Rectangle 题解
  • 回溯, BFS/DFS
  • greedy, 贪心
  • 其他
Powered by GitBook
On this page

matrix, 二维数组, 矩阵相关

  1. Rotate Image 题解

  2. Set Matrix Zeroes 题解

  3. Spiral Matrix 题解

  4. Spiral Matrix II 题解

  5. Maximal Rectangle 题解

PreviousUnique Paths 题解NextRotate Image 题解

Last updated 6 years ago

Was this helpful?

Was this helpful?