problem0050

package
v0.0.0-...-899dd15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2020 License: MIT Imports: 0 Imported by: 0

README

50. Pow(x, n)

题目

Implement pow(x, n).

解题思路

注意到指数是整数,所以,可以利用乘法计算幂

总结

o(N)的算法会浪费很多时间,o(lgN)的算法要快的多。

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL