240 发简信
IP属地:江苏
  • 49. Group Anagrams

    Given an array of strings, group anagrams together. Example: Note:All in...

  • 811. Subdomain Visit Count

    A website domain like "discuss.leetcode.com" consists of various subdoma...

  • 136. Single Number

    Given a non-empty array of integers, every element appears twice except ...

  • 37. Sudoku Solver

    Write a program to solve a Sudoku puzzle by filling the empty cells. A s...

  • 36. Valid Sudoku

    Determine if a 9x9 Sudoku board is valid. Only the filled cells need to ...

  • 205. Isomorphic Strings

    Given two strings s and t, determine if they are isomorphic. Two strings...

  • 166. Fraction to Recurring Decimal

    Given two integers representing the numerator and denominator of a fract...

  • 706. Design HashMap

    Design a HashMap without using any built-in hash table libraries. To be ...

  • 30. Substring with Concatenation of All Words

    You are given a string, s, and a list of words, words, that are all of t...