-
### 字符串
- java、python 是不可变的值,不可变是线程安全
- 基本字符串问题
- 遍历,比较,操作
- 最长子串、子序列
- 字符串 + 递归 或者 动态规划
### 高级动态规划
- 状态拥有更多维度(二维、三维、或者更多、甚至需要压缩)
- 状态方程更加复杂
### 字符串匹配算法
- 暴力法
- Rabin-Karp 算法
-…
-
I came across a [FIXME](https://github.com/ocaml/ocaml.org/blob/3869aa66d1bef8dba7f105eaddfcf3432a98fcb3/script/rss2html.ml#L339) in rss2html.ml page. that asks to check for word boundaries while prin…
-
I know that this library support navigator scoped screen model. But in my case there is screen that already implement moko mvvm that i want to scope it with navigator, so i can share that viewmodel ac…
-
Bit of a shameless plug 😂 but lately I was trying to find a Kotlin Multiplatform Health-based library that allows me to interact with Health Connect on Android and HealthKit on Apple but wasn't able t…
-
I was able to repeat it once with this script, but it fails to consistently reproduce:
```julia
using StableRNGs, MLJ, MLJXGBoostInterface, DataFrames
X = float.(rand(StableRNG(1), [0,0,0,0,0,1], 1…
-
### 🐛 Describe the bug
Hi.
I recently noticed an issue when I use the dataloader ('torch.utils.data.DataLoader') with passing 'num_workers>0'. When this parallel process is activated, it generated…
-
Migrating `Modifier.zoomable()` to multiplatform ~should be easy~ is done, but `SubSamplingImage()` will need to be decoupled from Android's `BitmapRegionDecoder` for lazy loading of bitmap tiles.
…
saket updated
2 months ago
-
Support for Kotlin JS targets
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) …
-
The android PWA wrapper isn't shown anymore in the play store for newer API versions and needs to be rebuild.
-
Support for Kotlin Native targets
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comment…