problem3

command
v0.0.0-...-cb75c49 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: MIT Imports: 0 Imported by: 0

README

Problem 3

Create a function that calculates the number of different squares in an n * n square grid.

numberSquares(2) // 5

numberSquares(3) // 14

numberSquares(4) // 30

numberSquares(5) // 55

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