Bollie15
Bollie15
### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://github.com/Dreamacro/clash/wiki/) 并无法自行解决问题 I have read the...
Old Bug:https://github.com/brpapa/recursion-tree-visualizer/issues/8#issue-974653096 Here is my code: ```python from functools import lru_cache matchsticks =[5,5,5,5,16,4,4,4,4,4,3,3,3,3,4] width=18 @lru_cache(None) def fn(state,currEdgeWidth): if state == (1 > i) & 1) and matchsticks[i] + currEdgeWidth
Here is my code to solve "Unique Binary Search Trees" problem. ```python def fn(lo,hi): if lo >= hi: return 1 tot = 0 for i in range(lo, hi+1): tot +=...
Here is my code: ```python coins = [25,20,10,5,1] def fn(i, m): if 0 == m: return 0 if len(coins) == i: return 0x3f3f3f3f ans = 0x3f3f3f3f for k in range(m...
Both `9e-05` and `9e-5` mean the same thing in scientific notation, as leading zeros in the exponent are optional. ```rust use serde_json::{from_str, json, to_string, Value}; fn main() { let json_str...