摘要:
题目来源:Fibonacci Modified We define a modified Fibonacci sequence using the following definition: Given terms and where , term is computed using the fol 阅读全文
摘要:
螺旋矩阵 Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example,Given n = 3, You should return the fo 阅读全文