摘要:
原文地址:https://www.jianshu.com/p/245a71670d37 时间限制:1秒 空间限制:32768K 题目描述 Sort a linked list using insertion sort. 我的代码 运行时间:57ms 占用内存:968k 阅读全文
posted @ 2019-05-08 14:08
cherrychenlee
阅读(100)
评论(0)
推荐(0)
摘要:
原文地址:https://www.jianshu.com/p/4f3bf22ea9de 时间限制:1秒 空间限制:32768K 题目描述 Sort a linked list in O ( n log n ) time using constant space complexity. 我的代码 运行 阅读全文
posted @ 2019-05-08 14:07
cherrychenlee
阅读(80)
评论(0)
推荐(0)
摘要:
原文地址:https://www.jianshu.com/p/126cbb3d49f5 时间限制:1秒 空间限制:32768K 题目描述 Given n points on a 2D plane, find the maximum number of points that lie on the s 阅读全文
posted @ 2019-05-08 14:06
cherrychenlee
阅读(112)
评论(0)
推荐(0)
摘要:
原文地址:https://www.jianshu.com/p/237145bd53b0 时间限制:1秒 空间限制:32768K 题目描述 Evaluate the value of an arithmetic expression in "Reverse Polish Notation" . Val 阅读全文
posted @ 2019-05-08 14:05
cherrychenlee
阅读(96)
评论(0)
推荐(0)
摘要:
原文地址:https://www.jianshu.com/p/7b8c36de21fd 时间限制:1秒 空间限制:32768K 题目描述 Given a binary tree, find its minimum depth.The minimum depth is the number of no 阅读全文
posted @ 2019-05-08 14:03
cherrychenlee
阅读(87)
评论(0)
推荐(0)
摘要:
原文地址:https://www.jianshu.com/p/a02c6bd5d5e9 error来自哪?来自于偏差Bias和方差Variance。 就如打靶时瞄准一个点$\overline{f}$,打出的点$f^ $分布在该点周围。那么,$\overline{f}$与实际靶心$\hat{f}$的距 阅读全文
posted @ 2019-05-08 09:57
cherrychenlee
阅读(245)
评论(0)
推荐(0)