Python: calling static methods within the same class / recursive static methods
假设我们有一个 class Test,有一个 @staticmethod foo:
假设我们有一个 class Test,有一个 @staticmethod foo:
Summary
1. 求 min/max sub-array 或 sub-string 问题的套路
参考 Quicksort with Python
参考:
Question: Find the $k$-th Smallest Element in an Unsorted Array
Looks like I’ve been wrong for years… maybe because I am too familiar with the SQL-style groupby operation.
$k$-way Merge ($k$ 路归并)
今天才发现如果是两个 objects 做 and 或者 or 的时候,返回的不是 boolean 而是 object。