the-evolution-of-a-go-programmer
the-evolution-of-a-go-programmer copied to clipboard
The Evolution of a Go Programmer
Makes Rob Pike's code more readable :)
You should be doing that, at least as a señor
https://www.reddit.com/r/golang/comments/f1hy9a/the_evolution_of_a_go_programmer/fh79dut/
They will use matrix multiplication to solve it in O(log(N)) https://math.stackexchange.com/questions/784710/how-to-prove-fibonacci-sequence-with-matrices
https://golang.org/pkg/math/big/#Int.Mul
```go for i := 2; i
```go // Factorial returns !n. func Factorial(n int) (res int) { res = 1 ... } ```
We know more steps of the Gopher evolution. So go ahead and feel free to add them!