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

feat: move gram_schmidt to numerical_methods #1940

Merged
merged 1 commit into from
Jun 9, 2022
Merged

feat: move gram_schmidt to numerical_methods #1940

merged 1 commit into from
Jun 9, 2022

Conversation

NHGrizzly
Copy link
Contributor

@NHGrizzly NHGrizzly commented Mar 2, 2022

Description of Change

Numerical methods already contains and uses linear algebra methods. Graham Schmidt doesn't need its own folder. I moved graham_schmidt.cpp to numerical_methods and deleted linear_algebra. An alternate option would be further compartmentalization of numerical methods into it's subjects: linear algebra, PDEs, etc.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:
This file was authored by @Akanksha-Gupta920 so I would prefer his input.

Numerical methods already contains and uses linear algebra methods. Graham Schmidt doesn't need its own folder.
@poyea poyea requested a review from Panquesito7 March 17, 2022 16:40
Copy link
Member

@poyea poyea left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for your pull request!🤩

@poyea
Copy link
Member

poyea commented Mar 17, 2022

Does this break any other code in this repo?

@poyea poyea changed the title feat: move graham_schmidt to numerical_methods feat: move gram_schmidt to numerical_methods Mar 17, 2022
Copy link
Member

@CarlosZoft CarlosZoft left a comment

Choose a reason for hiding this comment

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

LGTM ! nicee

@poyea poyea requested review from Panquesito7 and removed request for Panquesito7 March 24, 2022 10:27
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label Apr 24, 2022
@poyea
Copy link
Member

poyea commented Apr 24, 2022

@Panquesito7 your review, please.

@github-actions github-actions bot removed the stale Author has not responded to the comments for over 2 weeks label Apr 25, 2022
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label May 25, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

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 or our Discord server. Thank you for your contributions!

@github-actions github-actions bot closed this Jun 2, 2022
@poyea poyea reopened this Jun 2, 2022
@Panquesito7 Panquesito7 removed the stale Author has not responded to the comments for over 2 weeks label Jun 9, 2022
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.

LGTM 🚀 Thank you for your contribution! 😄👍
Very sorry for the delay! Been busy lately. 😅

@Panquesito7 Panquesito7 changed the title feat: move gram_schmidt to numerical_methods feat: move gram_schmidt to numerical_methods Jun 9, 2022
@Panquesito7 Panquesito7 merged commit 2a076c1 into TheAlgorithms:master Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants