240 发简信
IP属地:北京
  • leetcode 804. Unique Morse Code Words(C++)

    International Morse Code defines a standard encoding where each letter i...

  • 原码、反码、补码基础认识

    一.机器数和真值 1.机器码 在探讨三码是什么之前,先来了解一下机器码和真值是什么。一个数的二进制表示就是这个数的机器数,而一个数一般是带正负的...

  • 39. Combination Sum

    Given a set of candidate numbers (candidates) (without duplicates) and a...

  • 13. Roman to Integer

    Roman numerals are represented by seven different symbols: I, V, X, L, C...

  • 12. Integer to Roman

    Roman numerals are represented by seven different symbols: I, V, X, L, C...

  • 28. Implement strStr()

    Implement strStr(). Return the index of the first occurrence of needle i...

  • 3. Longest Substring Without Repeating Characters

    Given a string, find the length of the longest substring without repeati...

  • 5. Longest Palindromic Substring

    Given a string s, find the longest palindromic substring in s. You may a...

  • 6. ZigZag Conversion

    The string "PAYPALISHIRING" is written in a zigzag pattern on a given nu...