240 发简信
IP属地:广东
  • Maximum subArray

    英文原题 Given an integer array nums, find the contiguous subarray (containi...

  • valid Sudoku

    英文原题 Determine if a 9x9 Sudoku board is valid. Only the filled cells nee...

  • Longest Palindromic Substring

    Longest Palindromic Substring 英文原文 Given a string s, find the longest pa...

  • Divide Two Integers

    英文原题 Given two integers dividend and divisor, divide two integers withou...

  • Resize,w 360,h 240
    Remove Element

    Remove Element 英文原文 Given an array nums and value val, remove all instan...

  • Remove duplicates from sorted array

    删除排序数组中的重复项 英文原文 Given a sorted array nums, remove the duplicates in-pla...

  • Merge Two Sorted Link

    合并两个有序链表 英文原题 Merge two sorted linked lists and return it as a new list....

  • Mask-rcnn实现ROI截取

    Mask-RCNN Mask-RCNN是何恺明提出的在faster-cnn基础上加入实例分割的一个模型,下面我们先来看一下实现后的结果。 数据集...

  • Resize,w 360,h 240
    2018-11-10 反转整数

    反转整数 给定一个 32 位有符号整数,将整数中的数字进行反转。示例一 示例二 示例三 注意假设我们的环境只能存储 32 位有符号整数,其数值范...