2021/11/07

之前准备换组的另类面试效果还是不错的,现在重新开始刷题了!

 

https://leetcode.com/problems/k-closest-points-to-origin/submissions/

审题真的很重要!而且我觉得面试的时候最好不要作死手写quick select了,还是老老实实用sort吧。

另外,python还是不太熟悉,依然在纠结是否下决心换语言。

 

https://leetcode.com/problems/flatten-nested-list-iterator/submissions/

还是挺吃力的。Python有个问题就是不type safe,有些error用Java的话compile的时候就发现了,但是Python得在runtime才能发现。

posted @ 2021-11-08 02:42  sexyNerd  阅读(37)  评论(0)    收藏  举报