作者:996Worker

二分查找解题框架

1. 版权转载并总结自(fucking-algorithm)

996Worker 发布于 2021-07-10

BFS 解题框架

转载总结自(fucing-algorithm)

996Worker 发布于 2021-07-08

Some tips when I develop android

Using SparseArray or ArrayMap. Rather than HashMap. This is for Memory optimization.

996Worker 发布于 2021-07-07

DFS与回溯算法阅读笔记

总结拷贝自Fucking-algorithmfucking-algorithm

996Worker 发布于 2021-07-07

递归与动态规划的解题框架

动态规划问题(求最值)等情境下经常出现

996Worker 发布于 2021-07-06

Open-cv Codes: Image Processing & Threshold & Smooth

Codes there are used in my cv projects during the internship. These practices are useful in pretreatments of inputs.

996Worker 发布于 2021-07-05

Sorting

Let's talk about sorting, which can be helpful when I deal with god damn interviews...

996Worker 发布于 2021-07-04

[Uni-app] Enable IDE Service (y/N)

Reason: Wechat devtools app's secure port function is not active.Solution:微信开发者工具 -> 设置 -> 安全 -> 服务端口按钮

996Worker 发布于 2021-07-04

Some tips when I develop layout.

想要悬浮的东西,可以用FrameLayout,越后出现的越靠前,用gravity控制位置之类的。Divider: <View android:layout_width="match_parent" android:layout_height=&quot

996Worker 发布于 2021-07-04