Added Apr 24, 2026
Write a Python function that returns the n-th Fibonacci number using memoization. Include a brief docstring and one usage example.