码迷,mamicode.com
首页 >  
搜索关键字:whether    ( 1481个结果
Check whether a binary tree is a full binary tree or not
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?
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
Python3解leetcode 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  ...
分类:编程语言   时间:2019-09-16 09:46:31    阅读次数:94
Floyd-Warshall Algorithm
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
LeetCode_9. Palindrome Number
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
[LC]219题 Contains Duplicate II (存在重复元素 II )
①英文题目: 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
pat 1004 To Buy or Not to Buy - Hard Version (35 分)
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
LeetCode 334. Increasing Triplet Subsequence
原题链接在这里: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
leetcode9 Palindrome Number(按进阶要求)
题目描述 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 系列(三)—— Hive CLI 和 Beeline 命令行的基本使用
一、Hive CLI 1.1 Help 使用 或者 命令可以查看所有命令的帮助,显示如下: 1.2 交互式命令行 直接使用 命令,不加任何参数,即可进入交互式命令行。 1.3 执行SQL命令 在不进入交互式命令行的情况下,可以使用 执行 SQL 命令。 1.4 执行SQL脚本 用于执行的 sql 脚 ...
分类:其他好文   时间:2019-08-21 09:47:24    阅读次数:451
1481条   上一页 1 ... 8 9 10 11 12 ... 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!