自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一面之媛

自命清高的女程序媛

  • 博客(6)
  • 收藏
  • 关注

原创 LeetCode91:解码方式计数

https://leetcode.com/problems/decode-ways/问题描述A message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given a no...

2020-01-31 17:09:45 191

原创 LeetCode88:合并两个有序数组

https://leetcode.com/problems/merge-sorted-array/问题描述Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.Note:The number of elements initialized in nums...

2020-01-30 18:12:23 117

转载 Java XML File read/write

https://coderanch.com/t/531756/languages/DOM-put-inserting-indentshttps://www.journaldev.com/901/modify-xml-file-in-java-dom-parser

2020-01-15 16:16:27 142

原创 用Sed命令查找匹配的内容,并在查找到的行之前/之后插入新内容

#匹配行前加sed -i '/searchtext/iNew Line' file.txt#匹配行前后sed -i '/searchtext/aNew Line' file.txt

2020-01-08 08:58:40 4830

原创 LeetCode84:求柱状图中最大的矩形

https://leetcode.com/problems/largest-rectangle-in-histogram/问题描述Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest re...

2020-01-06 16:27:15 100

原创 LeetCode79:单词匹配

https://leetcode.com/problems/word-search/问题描述Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adja...

2020-01-03 15:50:35 299

空空如也

空空如也

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

TA关注的人

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