/60c0f651d4eb4a8386026734b061a9bd.png

Minikube入门

安装minikube启动程序 curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb sudo dpkg -i minikube_latest_amd64.deb 快速启动一个Kubernetes集群,使用Docker作为启动环境。不要使用root用户,新建一个

ARTS Week 06, 2025

1.Algorithm 78. 子集 - 力扣(LeetCode) 二进制枚举,时间复杂度$O(n * 2^n)$,空间复杂度$O(1)$。 创建一个0/1数列,长度为nums的长

ARTS Week 05, 2025

1.Algorithm 33. 搜索旋转排序数组 要求:时间复杂度 O(logn) 解题思路:由于数组是升序排列,然后旋转了一次,那么数组经过二分法以后,一定有一半是有序的,如果targ

ARTS Week 04, 2025

1.Algorithm 2944. 购买水果需要的最少金币数 **吐槽翻译!**原文是:If you purchase the ith fruit at prices[i] coins, you can get any number of the next i fruits for free. 翻译是:如果你花费 prices[i] 购买了第 i 个水果,你可