Skip to content

ReillyKeith/FibonacciCharacterOccurrence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FibonacciCharacterOccurrence

Simple pattern check of the character length of each step in the Fibonacci sequence

Example: 100

Example: 1000

Example: 2222

Sequence example:

Fibonacci Num: Len
0 1
1 1
1 1
2 1
3 1
5 1
8 1

= 7 occurrences of len 1

Fibonacci Num: Len
13 2
21 2
34 2
55 2
89 2

= 5 occurrences of len 2

and so on ....

About

Simple pattern check of the character length occurrence of each step in the Fibonacci sequence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages