自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Charlotte's Blog

Keep Learning

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

原创 Letcode in Python - 1048. Longest String Chain

Question:Given a list of words, each word consists of English lowercase letters.Let’s say word1 is a predecessor of word2 if and only if we can add exactly one letter anywhere in word1 to make it eq...

2019-06-04 11:41:38 518 1

原创 Leetcode in Python - 1072. Flip Columns For Maximum Number of Equal Rows

Question:Given a matrix consisting of 0s and 1s, we may choose any number of columns in the matrix and flip every cell in that column. Flipping a cell changes the value of that cell from 0 to 1 or f...

2019-06-04 11:17:44 233

原创 Leetcode in Python - 1040. Moving Stones Until Consecutive II

Question:On an infinite number line, the position of the i-th stone is given by stones[i]. Call a stone an endpoint stone if it has the smallest or largest position.Each turn, you pick up an endpoi...

2019-05-31 09:59:23 322

原创 Leetcode in Python -1051. Height Checker

Question:Students are asked to stand in non-decreasing order of heights for an annual photo.Return the minimum number of students not standing in the right positions. (This is the number of student...

2019-05-29 23:37:09 119

原创 Leetcode in Python -1052. Grumpy Bookstore Owner

Question:Today, the bookstore owner has a store open for customers.length minutes. Every minute, some number of customers (customers[i]) enter the store, and all those customers leave after the end ...

2019-05-29 23:29:57 377

原创 LeetCode in Python- 1053 Previous Permutation With One Swap

Question:Given an array A of positive integers (not necessarily distinct), return the lexicographically largest permutation that is smaller than A, that can be made with one swap (A swap exchanges th...

2019-05-29 23:13:41 257

空空如也

空空如也

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

TA关注的人

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