Create N-bonacci.cpp #1306
Create N-bonacci.cpp #1306
Conversation
This Pull Request is for HacktoberFest 2020
Code is not up to the repository standards. |
This Pull Request is for HacktoberFest 2020
Documentation is not up to the Doxygen guidelines. |
This Pull Request is for HacktoberFest 2020
Documentation is not up to the Doxygen guidelines. |
*In this code we take N and M as input where M is the number of terms | ||
*to be printed of the N-bonacci series | ||
*/ | ||
void N_bonacci(int n,int m){ |
Co-authored-by: David Leal <[email protected]>
This Pull Request is for HacktoberFest 2020
@Panquesito7 please check it now, and let me know the error so I can resolve it asap. |
Co-authored-by: David Leal <[email protected]>
while (t--) { | ||
std::cout << "Enter the values of N and M : "; | ||
std::cin >> n >> m; | ||
N_bonacci(n, m); |
Panquesito7
Oct 18, 2020
Member
Please add self-test cases to ensure the algorithm works as expected. 🙂
Please add self-test cases to ensure the algorithm works as expected.
neha-hasija17
Oct 18, 2020
Author
Contributor
please help me with the same
please help me with the same
*In this code we take N and M as input where M is the number of terms | ||
*to be printed of the N-bonacci series | ||
*/ | ||
void N_bonacci(int n, int m) { |
Panquesito7
Oct 18, 2020
Member
Missing function documentation.
Missing function documentation.
neha-hasija17
Oct 18, 2020
Author
Contributor
please help me in resolving this issue
please help me in resolving this issue
Co-authored-by: David Leal <[email protected]>
Co-authored-by: David Leal <[email protected]>
Co-authored-by: David Leal <[email protected]>
9744e54
to
9acb16e
9acb16e
to
7070e79
while (t--) { | ||
std::cout << "Enter the values of N and M : "; | ||
std::cin >> n >> m; | ||
N_bonacci(n, m); |
*In this code we take N and M as input where M is the number of terms | ||
*to be printed of the N-bonacci series | ||
*/ | ||
void N_bonacci(int n, int m) { |
@neha-hasija17 hey! where did you find the problem statement? |
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions! |
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist
Notes: