Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / C++17

Shooting Fibonacci Rabbits

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
17 Oct 2020GPL32 min read 7.6K   1  
Two and three states Fibonacci Rabbit's Machines
Two state Fibonacci Rabbit's machine is well known and widely used at the moment. As to the three state I have found only a couple of number attempts to implement one, yet these were not successful. This is an attempt to provide C++17 code base for both two and three state Fibonacci Rabbit's machines.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions