Python icon indicating copy to clipboard operation
Python copied to clipboard

Add leonardo numbers algorithm

Open prakritim01 opened this issue 1 month ago • 0 comments

Describe your change:

Implemented the Leonardo numbers sequence algorithm.

  • [x] Added type hinting
  • [x] Added doctests with positive, negative, and float cases
  • [x] Verified tests pass locally (python maths/leonardo_numbers.py -v)

Reference: https://en.wikipedia.org/wiki/Leonardo_number

prakritim01 avatar Dec 21 '25 17:12 prakritim01