码迷,mamicode.com
首页 >  
搜索关键字:there are two rows o    ( 14173个结果
[LC] 572. Subtree of Another Tree
Given two non-empty binary trees s and t, check whether tree t has exactly the same structure and node values with a subtree of s. A subtree of s is a ...
分类:其他好文   时间:2020-01-04 14:40:32    阅读次数:74
[LC] 404. Sum of Left Leaves
Find the sum of all left leaves in a given binary tree. Example: 3 / \ 9 20 / \ 15 7 There are two left leaves in the binary tree, with values 9 and 1 ...
分类:其他好文   时间:2020-01-04 14:37:15    阅读次数:81
初试 ElasticSearch
1、ElasticSearch 的概念 2、ElasticSearch 与slor 等的比较 3、ElasticSearch 概念 dbs - > tables - > rows -> columns indexes - > types -> documents - > fields 3.1 索引i ...
分类:其他好文   时间:2020-01-04 12:41:29    阅读次数:64
[List] Some Interesting Problems about Games
ABC059D "Alice & Brown" In this game, there are two piles initially consisting of $X$ and $Y$ stones, respectively. Alice and Brown alternately perfor ...
分类:其他好文   时间:2020-01-04 01:17:34    阅读次数:62
LeetCode-Medium-Add Two Number
###Add Two Number本来是一道非常简单的题目原题目的意思是,给两个链表,两个链表都链尾是十进制的头部例如有链表形式 9->8->7 对应的十进制就是789,而后的操作时将两个链表相加并且合并到一个链表里面 ###第一次的解法我第一次是被结构体卡住了,才考研完,很多基础知识全忘了,比如构 ...
分类:其他好文   时间:2020-01-03 21:04:15    阅读次数:79
Groovy 字符串那点儿事儿
可以直接用+ assert 'ab' == 'a' + 'b' 支持多行 def aMultilineString = '''line one line two line three''' out: Fri Jan 03 11:14:58 CST 2020: INFO: line oneline t ...
分类:其他好文   时间:2020-01-03 12:11:58    阅读次数:105
LeetCode - 176. 第二高的薪水
题目 来源:力扣(LeetCode) 描述 我们提供了一个类: 三个不同的线程将会共用一个 Foo 实例。 线程 A 将会调用 one() 方法 线程 B 将会调用 two() 方法 线程 C 将会调用 three() 方法 请设计修改程序,以确保 two() 方法在 one() 方法之后被执行,t ...
分类:其他好文   时间:2020-01-02 15:40:57    阅读次数:90
[LC] 293. Flip Game
You are playing the following Flip Game with your friend: Given a string that contains only these two characters: + and -, you and your friend take tu ...
分类:其他好文   时间:2020-01-01 13:29:36    阅读次数:62
4. 寻找两个有序数组的中位数
链接: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分) 多项式乘法
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
14173条   上一页 1 ... 78 79 80 81 82 ... 1418 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!