Skip to content

Instantly share code, notes, and snippets.

View pauladams8's full-sized avatar
🚀
Working on an Alexa skill

Paul Adams pauladams8

🚀
Working on an Alexa skill
View GitHub Profile
package main
import (
"fmt"
"strconv"
)
func getPaths (gridSize int) int {
paths := 1
package main
import (
"fmt"
"os"
)
func isTriplet(a int, b int, c int) bool {
if (a * a + b * b == c * c) {
return true
package main
import (
"fmt"
"math"
)
func squareOfSum(n float64) float64 {
/*
* n (n + 1)