摘要: @[TOC]([Golang]力扣Leetcode—中级算法—数学—Pow(x, n)(分治算法)) 题目: 实现 pow(x, n) ,即计算 x 的 n 次幂函数(即,xn )。 链接: 力扣Leetcode—中级算法—数学—Pow(x, n). 示例 1: 输入:x = 2.00000, n 阅读全文
posted @ 2022-03-01 23:30 Dancing-Pierre 阅读(18) 评论(0) 推荐(0)
摘要: [Golang]力扣Leetcode—中级算法—数学—Excel表列序号 题目: 给你一个字符串 columnTitle ,表示 Excel 表格中的列名称。返回 该列名称对应的列序号 。 例如: A -> 1 B -> 2 C -> 3 … Z -> 26 AA -> 27 AB -> 28 … 阅读全文
posted @ 2022-03-01 13:59 Dancing-Pierre 阅读(15) 评论(0) 推荐(0)