Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:fit check_factorial.cpp to guidelines #2466

Merged
merged 14 commits into from
Jun 16, 2023

Conversation

ewd00010
Copy link
Contributor

Description of Change

FIX: added namespace math, changed for a weird for loop to a while loop with a better conditional and I initiation
CHORE: Cleaned documentation and added details plus links. removed the invalid cout lines in test for one line.

Checklist

  • Added description of change
  • Added documentation so that the program is self-explanatory and educational - Doxygen guidelines
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • I acknowledge that all my contributions will be made under the project's license.

Notes: clang-tidy check needed

FIX: added namespace math, changed for a weird for loop to a while loop with a better conditional and I initiation
CHORE: Cleaned documentation and added details plus links. removed the invalid cout lines in test for one line.
Copy link
Collaborator

@realstealthninja realstealthninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for helping us keep the repository up to par with the standards ❤️

math/check_factorial.cpp Outdated Show resolved Hide resolved
math/check_factorial.cpp Outdated Show resolved Hide resolved
math/check_factorial.cpp Outdated Show resolved Hide resolved
ewd00010 and others added 3 commits May 23, 2023 17:49
Co-authored-by: realstealthninja <[email protected]>
Co-authored-by: realstealthninja <[email protected]>
Co-authored-by: realstealthninja <[email protected]>
@realstealthninja
Copy link
Collaborator

part of #2456

Copy link
Collaborator

@realstealthninja realstealthninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Panquesito7 Panquesito7 added the enhancement New feature or request label May 31, 2023
math/check_factorial.cpp Show resolved Hide resolved
math/check_factorial.cpp Outdated Show resolved Hide resolved
math/check_factorial.cpp Outdated Show resolved Hide resolved
math/check_factorial.cpp Outdated Show resolved Hide resolved
math/check_factorial.cpp Outdated Show resolved Hide resolved
Panquesito7
Panquesito7 previously approved these changes Jun 8, 2023
Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks! 🚀

Panquesito7
Panquesito7 previously approved these changes Jun 9, 2023
Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks! 🚀

Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work. Thanks! 🚀

Copy link
Collaborator

@realstealthninja realstealthninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@realstealthninja realstealthninja added the approved Approved; waiting for merge label Jun 16, 2023
@Panquesito7 Panquesito7 merged commit 5704841 into TheAlgorithms:master Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved; waiting for merge enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants