A1go

40/53ページ

Leetcode # 409. Longest Palindrome

https://leetcode.com/problems/longest-palindrome/ Solution Palindrome: 回文 Time Complexity: O(len(s)) Space Complexity: O(1) (The input and output generally do not count towards the space complexity.) ...

         続きを読む

arg min / arg max

$$ \mathop{arg\_min}\limits_{x \in S} := \{ x \in S : f(s) \geq f(x) \text{for all } s \in S \} $$ $$ \mathop{arg\_max}\limits_{x \in S} := \{ x \in S : f(s) \leq f(x) \text{for all } s \in S \} $$

         続きを読む
1 ... 40 ... 53
Bitnami