自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Havenoidea 的专栏

更新ing…… 喜欢就加关注~

  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 leetcode:Rotate Image (旋转矩阵)【面试算法题】

题目: You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place? 题意:逆时针旋转矩阵,原地旋转,意思是不能使用额外的空间存储矩阵。

2013-12-03 20:03:57 6083 2

原创 leetcode:Reverse Nodes in k-Group(以k为循环节反转链表)【面试算法题】

题目: Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. If the number of nodes is not a multiple of k then left-out nodes in the end should remain

2013-12-02 23:08:39 2276

数学建模 算法大全 matlab描述

涵盖所有算法 有代码模板 是了解掌握数学建模算法必备

2011-10-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除