package
0.0.0-20241020204346-852d83918761
Repository: https://github.com/plutov/practice-go.git
Documentation: pkg.go.dev

# README

chess

You know the position of two knights(horses) on a chess board (8x8 size), determine if they can attack each other or not.

Knight move

Example: white knight stays on D4, black is on E2. They can attack each other.

Run tests with benchmarks

go test -bench .