项目作者: jabbar86

项目描述 :
Recently Manu visited the byteland. He was amazed with lots of different varieties of bytes he encountered there. Seeing this, he thought of a problem: Given an integer n, find out total possible bit string (either 0 or 1) of length n which don't have two contiguous zeroes in them. For example if n = 3, then total possible bit strings are 5 {010, 011, 101, 110, 111}. Now Manu started solving the problem but got busy with some important deployments. He asked you for the help. Please help him figure out the solution
高级语言: C++
项目地址: git://github.com/jabbar86/Backend-Assignment-Niki.ai-.git
创建时间: 2017-06-22T04:49:48Z
项目社区:https://github.com/jabbar86/Backend-Assignment-Niki.ai-

开源协议:

下载