240 发简信
IP属地:北京
  • 575. Distribute Candies

    Given an integer array with even length, where different numbers in this...

  • 566. Reshape the Matrix

    In MATLAB, there is a very useful function called 'reshape', which can r...

  • 463. Island Perimeter

    You are given a map in form of a two-dimensional integer grid where 1 re...

  • 136. Single Number

    Given an array of integers, every element appears twice except for one. ...

  • 413. Arithmetic Slices

    A sequence of number is called arithmetic if it consists of at least thr...

  • 496. Next Greater Element I

    You are given two arrays (without duplicates) nums1 and nums2 where nums...

  • 637. Average of Levels in Binary Tree

    Given a non-empty binary tree, return the average value of the nodes on ...

  • 神经网络的交换格式(3)

    神经网络的交换格式(1-2) https://www.jianshu.com/p/aae219711c94 3.形式化描述 本章提供了计算图结构...

  • 最长公共子序列LCS(C++实现)

    与之前c语言版本相比主要是使用了STL容器.另外下标的计算方式也有改动:记录表c(矩阵)中第0行和第0列都初始化为0作为辅助.因此第i行对应的是...