摘要:
可以写成O(1)的空间复杂度,当然时间复杂度还是O(N^2)首先回顾一下高中的数学知识,二维坐标系上的一点(m,n)顺时针旋转90度后坐标为(n,-m)矩阵左上角坐标(0,0),右下角坐标(n-1, n-1),x轴向下,y轴向右,和我们平时看到的坐标系只是旋转了一下,所以矩阵顺时针旋转和我们平时遇到 阅读全文
摘要:
因为是硬件出生,所以相对比较容易 """ 89. Gray Code Medium 267 919 The gray code is a binary numeral system where two successive values differ in only one bit. Given a 阅读全文
摘要:
https://blog.csdn.net/TheMisery_Hang/article/details/80176317 阅读全文