演算法相關

CodeRabbit_joion發表於2024-08-24

leetcode分類刷題:字串匹配KMP演算法
https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string/description/

並查集
https://leetcode.cn/problems/most-stones-removed-with-same-row-or-column/description/

Dijkstra 演算法
https://leetcode.cn/problems/minimum-time-to-visit-disappearing-nodes/description/

前字尾分解
https://leetcode.cn/problems/minimum-levels-to-gain-more-points/description/

動態規劃
https://leetcode.cn/problems/find-the-sum-of-subsequence-powers/description/

Pow(x, n) 快速冪
https://leetcode.cn/problems/powx-n/description/
https://leetcode.cn/problems/double-modular-exponentiation/description/

相關文章