240 发简信
IP属地:广东
  • 3. 无重复字符的最长子串(C++)

    题目英文描述:Given a string, find the length of the longest substring without ...

  • 204. 计数质数

    题目英文描述:Count the number of prime numbers less than a non-negative number...

  • 190.颠倒二进制位(C++)

    题目英文描述:Reverse bits of a given 32 bits unsigned integer. 题目中文描述:颠倒给定的 32...

  • 189.旋转数组(C++)

    题目英文描述:Given an array, rotate the array to the right by k steps, where k...

  • 169.多数元素(C++)

    题目英文描述:Given an array of size n, find the majority element. The majority...

  • 168.Excel表列名称(C++)

    题目英文描述:Given a positive integer, return its corresponding column title a...

  • 70.爬楼梯(C++)

    题目英文描述:You are climbing a stair case. It takes n steps to reach to the t...

  • 160.相交链表(C++)

    题目英文描述:Write a program to find the node at which the intersection of two...

  • 141.环形链表(C++)

    题目英文描述:Given a linked list, determine if it has a cycle in it. To repres...