ARTS #111 Algorithm 本周选择的算法题是:Binary Tree Maximum Path Sum。 规则 A path in a binary tree is a sequence of nodes where each pair of adjacent nodes in the sequence has an edge connecting them. A node can only...
GMTC 2021 见闻: 总结 整场大会让我印象最深刻的莫过于于冰的5G 视频大时代的移动端技术全景。 快手是近两年快速成长起来的公司,其成长之路有很多值得我们借鉴的地方。整篇演讲在我看来干货十足,有很多值得认真思考的点: 如何管理超过 1000 人的移动端团队 动态化引擎 - 产品快速验证的基础 独立团队负责的从视频内容生产到交付的全链路保障 基础架构能做的事情很多 业务架构师 - 产品是按人头...
ARTS #110 Algorithm 本周选择的算法题是:Validate Binary Search Tree。 规则 Given the root of a binary tree, determine if it is a valid binary search tree (BST). A valid BST is defined as follows: The left subtree...
GMTC 2021 见闻: 暖场 记录下本周 GMTC 的参会感受。 GMTC 的日程安排在周日、周一两天,暖场演讲是会议总监的: 把内容交付这件事做好。在这个演讲里除了介绍他们如何打磨讲师 PPT 的之外,还讲了如何最大化利用 GMTC 提高自己,具体是三个建议: 空杯心态 做第一个提问的人 Butterfly 空杯心态就不说了,大家都熟悉相关的理论。 做第一个提问的人,这个建议是合理的,但个人...
ARTS #109 Algorithm 本周选择的算法题是:Coin Change。 规则 You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the few...
2021 Q2 阅读记录 这个季度看了三本书: 《不拘一格:网飞的自由与责任工作法》,阅读笔记见: 坦诚让管理变得更简单 《文明、现代化、价值投资与中国》,阅读笔记见: “我永远和与我对话者同龄” 《人类简史》 阅读效率一般,主要原因是时间被一些临时的事情占用了很多,比如搬家、置办家具家电、户口迁移等琐事,特别消耗精力。虽然有这些“正当”理由,但还是不应该为自己的松懈找借口,因为阅读是为了通过不断...
ARTS #108 Algorithm 本周选择的算法题是:Unique Binary Search Trees。 规则 Given an integer n, return the number of structurally unique BST’s (binary search trees) which has exactly n nodes of unique values from 1 to n...
分享下 Brave 前言 分享一个更快、更安全的浏览器: Brave。Brave 诞生于 2019 年 - 在人们的隐私意识越来越高,并得知 Chrome 在过去10年收集、出售相关数据给广告公司,并从中获得大量利益之时。 根据 Brave 2021年2月2号公布的数据: Brave Passes 25 Million Monthly Active Users,Brave 的月活跃用户已经达到了 2500 ...
ARTS #107 Algorithm 本周选择的算法题是:4Sum II。 规则 Given four integer arrays nums1, nums2, nums3, and nums4 all of length n, return the number of tuples (i, j, k, l) such that: 0 <= i, j, k, l < n nums...
移动端 CI & CD 全流程一览 分享一张 CI & CD 的流程图: