摘要: 存在和对于一切的语言 import java.util.Arrays; class Solution { public boolean winnerSquareGame(int n) { dp = new Boolean[n + 1]; dp2 = new Boolean[n + 1]; Array 阅读全文
posted @ 2024-06-08 19:58 fishcanfly 阅读(23) 评论(0) 推荐(0)
摘要: 算法复杂度 o(1): 复杂最坏复杂度 是 o(s.length) 和 o(m*total)的最大值 码代码速度要变快,变量,算法要先想清楚 import java.util.*; class Solution { public List<Integer> findSubstring(String 阅读全文
posted @ 2024-06-08 10:17 fishcanfly 阅读(19) 评论(0) 推荐(0)
//雪花飘落效果