[LeetCode 解题报告]204. Count Primes

Count the number of prime numbers less than a non-
分类: 其他 发布时间: 02-07 23:24 阅读次数: 0

[LeetCode 解题报告]205. Isomorphic Strings

Given two stringssandt, determine if they are isom
分类: 其他 发布时间: 02-07 23:23 阅读次数: 0

【温故而知新】线性回归(Linear Regression)

本文主要以下几个角度来讲解线性回归:最小二乘法LSE(矩阵表达,几何意义) 概率角度:最小二乘法LS
分类: 其他 发布时间: 02-07 23:23 阅读次数: 0

[LeetCode 解题报告]207. Course Schedule

There are a total ofncourses you have to take, lab
分类: 其他 发布时间: 02-07 23:23 阅读次数: 0

[LeetCode 解题报告]208. Implement Trie (Prefix Tree)

Implement a trie withinsert,search, andstartsWithm
分类: 其他 发布时间: 02-07 23:22 阅读次数: 0

[LeetCode 解题报告]209. Minimum Size Subarray Sum

Given an array ofnpositive integers and a positive
分类: 其他 发布时间: 02-07 23:22 阅读次数: 0

[LeetCode 解题报告]210. Course Schedule II

There are a total ofncourses you have to take, lab
分类: 其他 发布时间: 02-07 23:22 阅读次数: 0

[LeetCode 解题报告]211. Add and Search Word - Data structure design

Design a data structure that supports the followin
分类: 其他 发布时间: 02-07 23:22 阅读次数: 0

[LeetCode 解题报告]213. House Robber II

You are a professional robber planning to rob hous
分类: 其他 发布时间: 02-07 23:21 阅读次数: 0

【温故而知新】线性判别分析(Linear Discriminant Analysis)

线性判别分析(Linear Discriminant Analysis, LDA)是一种经典的线性分
分类: 其他 发布时间: 02-07 23:21 阅读次数: 0

[LeetCode 解题报告]215. Kth Largest Element in an Array

Find thekth largest element in an unsorted array.
分类: 其他 发布时间: 02-07 23:21 阅读次数: 0

[LeetCode 解题报告]216. Combination Sum III

Find all possible combinations ofknumbers that add
分类: 其他 发布时间: 02-07 23:21 阅读次数: 0

[LeetCode 解题报告]217. Contains Duplicate

Given an array of integers, find if the array cont
分类: 其他 发布时间: 02-07 23:20 阅读次数: 0

[LeetCode 解题报告]219. Contains Duplicate II

Given an array of integers and an integerk, find o
分类: 其他 发布时间: 02-07 23:20 阅读次数: 0

【温故而知新】高斯判别分析(Gaussian Discriminant Analysis)

给定数据集;概率判别模型是直接去求,如下: 高斯判别分析是一种概率生成模型,这里我们需要
分类: 其他 发布时间: 02-07 23:20 阅读次数: 0

[LeetCode 解题报告]220. Contains Duplicate III

Given an array of integers, find out whether there
分类: 其他 发布时间: 02-07 23:20 阅读次数: 0

[LeetCode 解题报告]221. Maximal Square

Given a 2D binary matrix filled with 0s and 1s,
分类: 其他 发布时间: 02-07 23:19 阅读次数: 0

[LeetCode 解题报告]222. Count Complete Tree Nodes

Given acompletebinary tree, count the number of no
分类: 其他 发布时间: 02-07 23:19 阅读次数: 0

[LeetCode 解题报告]223. Rectangle Area

Find the total area covered by tworectilinearrecta
分类: 其他 发布时间: 02-07 23:19 阅读次数: 0

[LeetCode 解题报告]224. Basic Calculator

Implement a basic calculator to evaluate a simple
分类: 其他 发布时间: 02-07 23:19 阅读次数: 0