2020.05专题

2020.05.17 期回顾:如何积累知识的复利?

产品沉思录是我从 2017 年开始运营的付费 Newsletter (邮件组),经过四年来的运营,还积累了一个庞大的关于产品的知识库。    每周我(少楠) 和 fonter ,都会精选四篇关于互联网产品的优质内容集合,并附上独立的观点,以期为你拓展视野的边界。  我们关注的范围不仅仅包括互联网产品,还包括构建产品的许多其他相关领域,如新技术、新趋势、经济学,心理学,社会学等。我们尽量选择那些

101. Symmetric Tree 面试题28. 对称的二叉树(Leetcode每日一题-2020.05.31)

Problem Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). Example1 For example, this binary tree [1,2,2,3,4,4,3] is symmetric: Example2 But the follo

102. Binary Tree Level Order Traversal 面试题32 - II. 从上到下打印二叉树 II(Leetcode每日一题-2020.05.13)

Problem Given a binary tree, return the level order traversal of its nodes’ values. (ie, from left to right, level by level). Example Given binary tree [3,9,20,null,null,15,7], return its level or

JZOJ6675. 【2020.05.30省选模拟】交通网络

Description n < = 5 e 5 n<=5e5 n<=5e5 Solution O(n^4) 直接放弃思考矩阵树即可过 n < = 80 n<=80 n<=80,获得23分。 O(n^2) 考虑先枚举一些特殊边,将n个点分成m个联通块,再用prufer序列计算这个完全图的方案数: n m − 2 ∏ i = 1 m s i n^{m-2}\prod_{i=1}^ms

【新书推荐】【2020.05】基于MATLAB的应用数值方法(第二版)

这个新版本为学生、工程师和研究人员提供了更新的方法,通过用MATLAB®应用数值方法解决问题 This new edition provides an updated approach for students, engineers, and researchers to apply numerical methods for solving problems using MATLAB®