Description: A full binary tree is defined as a binary tree in which all nodes have either zero or two child nodes. Conversely, there is no node in a ...
分类:
其他好文 时间:
2019-09-24 15:50:07
阅读次数:
78
what should I use .post vs .ajax? 问题: I've always had this dilemma困境 whether to use .post or .ajax for a few situations, but I got kept using .post? M ...
分类:
Web程序 时间:
2019-09-19 16:18:47
阅读次数:
118
问题描述: 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 ...
分类:
编程语言 时间:
2019-09-16 09:46:31
阅读次数:
94
The Floyd Warshall Algorithm is for solving the All Pairs Shortest Path problem. The problem is to find the shortest distances between every pair of v ...
分类:
其他好文 时间:
2019-09-16 09:43:09
阅读次数:
92
9. Palindrome Number Easy Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example ...
分类:
其他好文 时间:
2019-09-15 01:20:34
阅读次数:
92
①英文题目: Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] a ...
分类:
其他好文 时间:
2019-09-15 01:16:06
阅读次数:
93
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:
其他好文 时间:
2019-09-11 11:53:03
阅读次数:
107
原题链接在这里:https://leetcode.com/problems/increasing-triplet-subsequence/ 题目: Given an unsorted array return whether an increasing subsequence of length 3 ...
分类:
其他好文 时间:
2019-09-03 09:13:53
阅读次数:
64
题目描述 Determine whether an integer is a palindrome. An integer?is?a?palindrome when it?reads the same backward as forward. Example 1: Input: 121 Output ...
分类:
其他好文 时间:
2019-09-01 21:26:15
阅读次数:
100
一、Hive CLI 1.1 Help 使用 或者 命令可以查看所有命令的帮助,显示如下: 1.2 交互式命令行 直接使用 命令,不加任何参数,即可进入交互式命令行。 1.3 执行SQL命令 在不进入交互式命令行的情况下,可以使用 执行 SQL 命令。 1.4 执行SQL脚本 用于执行的 sql 脚 ...
分类:
其他好文 时间:
2019-08-21 09:47:24
阅读次数:
451