Fibonnacci sequence generator
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
52
commits
Create dependabot.yml
f7a6ea8
Replace custom exception with ValueError.
9aa6c94
Add return type hint to the execute_main function
7ca728c
Add @lru_cache decorator to the first function
94b4fbc
Rename main function to execute_main
fcf0ca8
Add insert function to add list length to list
dc52468
Rename pp variable to custom_printer in main
b577a66
Add custom error class, docstring.
adac06d
Make it clear the use of @dataclass decorator
c8e4002
Add dataclass reference
cf60e18
Change input order
731259f
Create a dataclass to hold the strict constant
23d4820
Update function docstring
de05780
Move const declaration to the top of file.
4c81d2f
Add description of the pprint parameter
dd2f0b3