码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
205. Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:其他好文   时间:2019-08-25 00:53:10    阅读次数:103
PHP 构造函数和析构函数
构造函数 __construct ([ mixed $args [, $... ]] ) : void PHP 5 允行开发者在一个类中定义一个方法作为构造函数。具有构造函数的类会在每次创建新对象时先调用此方法,所以非常适合在使用对象之前做一些初始化工作。 Note: 如果子类中定义了构造函数则不会 ...
分类:Web程序   时间:2019-08-24 23:09:17    阅读次数:144
[转]卡方分箱中卡方值的计算
关于卡方分箱,网上有很多文章,但几乎没有文章介绍分箱时相邻区间卡方值计算的方法,而本文在介绍卡方分箱的同时,重点介绍了相邻区间卡方值的计算方法。通过本文,希望大家能对卡方分箱有清楚透彻的认识。 分箱是什么 分箱是将连续的变量离散化,将多状态的离散变量合并成少状态。这里要注意的是,不仅仅是连续变量要分 ...
分类:其他好文   时间:2019-08-24 18:19:00    阅读次数:90
190. Reverse Bits - Easy
Reverse bits of a given 32 bits unsigned integer. Example 1: Example 2: Note: Note that in some languages such as Java, there is no unsigned integer t ...
分类:其他好文   时间:2019-08-24 15:30:08    阅读次数:67
Leetcode solution 124: Binary Tree Maximum Path Sum
Problem Statement Given a non-empty binary tree, find the maximum path sum. Given a non-empty binary tree, find the maximum path sum. For this problem ...
分类:其他好文   时间:2019-08-24 15:06:17    阅读次数:102
log4j2.xml.note
%d{MM-dd-yyyy} %p %c{1.} [%t] -%M-%L- %m%n ... ...
分类:其他好文   时间:2019-08-24 11:39:38    阅读次数:82
242. Valid Anagram
Given two strings s and t , write a function to determine if t is an anagram of s. Example 1: Example 2: Note:You may assume the string contains only ...
分类:其他好文   时间:2019-08-24 09:59:55    阅读次数:90
66. Plus One
description: 给 vector 表示的数字 +1 Note: Example: answer: relative point get√: hint : 从最后开始检查,是 9 就 变成 0, 再检查前面的一位,直到不是 9 了,就直接加一然后返回,如果最前需要加位就加。 ...
分类:其他好文   时间:2019-08-23 22:16:50    阅读次数:112
(Easy) Shortest distance to Character LeetCode
Description: Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. Ex ...
分类:其他好文   时间:2019-08-22 19:13:00    阅读次数:117
424. Longest Repeating Character Replacement - Medium
Given a string s that consists of only uppercase English letters, you can perform at most k operations on that string. In one operation, you can choos ...
分类:其他好文   时间:2019-08-21 13:39:34    阅读次数:95
7370条   上一页 1 ... 83 84 85 86 87 ... 737 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!