the-evolution-of-a-go-programmer icon indicating copy to clipboard operation
the-evolution-of-a-go-programmer copied to clipboard

The Evolution of a Go Programmer

Results 11 the-evolution-of-a-go-programmer issues
Sort by recently updated
recently updated
newest added

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 // Factorial returns !n. func Factorial(n int) (res int) { res = 1 ... } ```

We need a `LICENSE.md` file.

good first issue

We know more steps of the Gopher evolution. So go ahead and feel free to add them!

good first issue