package
0.0.0-20241207184135-2d30628955c9
Repository: https://github.com/ozoniuss/algorithms.git
Documentation: pkg.go.dev
# README
Medium of three numbers
Given three numbers, implement a function which outputs the median of these numbers. The implementation details (how the function receives these numbers etc, their datatype.) are up to you.
Example
input: 5, 12, 1
output: 5