Java 可分为两大数据类型:

  • 内置数据类型(Primitive)
  • 引用数据类型(Reference)
    阅读全文 »

    原题如下:

    Given an unsorted integer array, find the first missing positive integer.

    阅读全文 »

    原题如下: >Write a program to solve a Sudoku puzzle by filling the empty cells.

    Empty cells are indicated by the character ‘.’.

    阅读全文 »
    0%