Skip to main content

5 docs tagged with "Algorithm"

View all tags

Middle of Three

This document covers methods to find the middle of three given numbers in various programming languages.

N-Queens Puzzle

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other.