240 发简信
IP属地:重庆
  • leetcode刷题记录--Jewels and Stones

    题目 难度:easy You're given strings J representing the types of stones that are jewels, and...

  • leetcode刷题记录--Keyboard Row

    题目 难度:easy Given a List of words, return the words that can be typed using letters of a...

  • leetcode刷题记录--Reverse String

    题目 难度:easy Write a function that takes a string as input and returns the string reverse...

  • leetcode刷题记录--Reverse Words in a String III

    题目 难度:easy Given a string, you need to reverse the order of characters in each word wit...

  • leetcode刷题记录--Number Complement

    题目 难度:easy Given a positive integer, output its complement number. The complement strat...

  • leetcode刷题记录--Find Anagram Mappings

    题目 难度:easy Given two lists Aand B, and B is an anagram of A. B is an anagram of A means...

  • leetcode刷题记录--Array Partition I

    题目 难度:easy Given an array of 2n integers, your task is to group these integers into n p...

  • python笔记

    python 基础 数据类型和变量 整数 浮点数 字符串(转义符 \) 布尔值(True,False)布尔值可以用and、or和not运算。 空值是Python里一个特殊的值...

  • leetcode刷题记录--Self Dividing Numbers

    题目 难度:easy A self-dividing number is a number that is divisible by every digit it conta...

  • 120
    leetcode刷题记录--Judge Route Circle

    题目 难度:easy Initially, there is a Robot at position (0, 0). Given a sequence of its move...

  • 120
    leetcode刷题记录--Hamming Distance

    题目 难度:easy The Hamming distance between two integers is the number of positions at whic...