链接:https://leetcode cn.com/problems/median of two sorted arrays 给定两个大小为 m 和 n 的有序数组?nums1 和?nums2。 请你找出这两个有序数组的中位数,并且要求算法的时间复杂度为?O(log(m + n))。 你可以假设? ...
分类:
编程语言 时间:
2019-12-31 18:47:37
阅读次数:
83
1009 Product of Polynomials (25分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file cont ...
分类:
其他好文 时间:
2019-12-31 10:31:50
阅读次数:
150
Description There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time c ...
分类:
其他好文 时间:
2019-12-31 01:21:16
阅读次数:
63
题目: 给出两个?非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照?逆序?的方式存储的,并且它们的每个节点只能存储?一位?数字。 如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们的和。 链接:https://leetcode cn.com/problems/add two ...
分类:
其他好文 时间:
2019-12-30 23:15:28
阅读次数:
85
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-12-30 09:58:18
阅读次数:
102
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
分类:
其他好文 时间:
2019-12-30 09:42:02
阅读次数:
50
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2019-12-30 09:37:47
阅读次数:
60
496. Next Greater Element I Easy Easy Easy You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. F ...
分类:
其他好文 时间:
2019-12-30 09:36:29
阅读次数:
60
题目描述:给予两个二叉树 t1 , t2 ,合并他们。 Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overl ...
分类:
其他好文 时间:
2019-12-30 09:14:14
阅读次数:
78
先看效果 仅仅用了 50张 训练照片,训练了 1000步 之后进行测试,发现效果好得令人称奇。 之前用YOLO训练很难收敛。(虽然two stage方法精度更高,这种比较虽然有些不合理) Mask RCNN沿用了Faster RCNN的思想,特征提取采用ResNet FPN的架构,另外多加了一个Ma ...
分类:
其他好文 时间:
2019-12-29 16:38:57
阅读次数:
107