Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

added leetcode problem 75 #1113

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

Merged
Panquesito7 merged 11 commits into TheAlgorithms:master from satvik202:master
Jan 20, 2023
Merged

added leetcode problem 75 #1113

Panquesito7 merged 11 commits into TheAlgorithms:master from satvik202:master
Jan 20, 2023

Conversation

@satvik202
Copy link
Contributor

@satvik202 satvik202 commented Oct 27, 2022
edited
Loading

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • 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:

@Panquesito7 Panquesito7 added enhancement New feature or request Leetcode folder changes Changes to Leetcode folder. Known CI issues. labels Nov 2, 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.

Thoughts? @TheAlgorithms/c_maintainer.

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.

Thanks! 🚀

Copy link
Member

@tjgurwara99 tjgurwara99 left a comment

Choose a reason for hiding this comment

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

Non-blocking minor formatting changes

Comment on lines 1 to 2
#include <stdio.h>
void swap(int *x, int *y){
Copy link
Member

@tjgurwara99 tjgurwara99 Dec 9, 2022

Choose a reason for hiding this comment

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

Suggested change
#include <stdio.h>
void swap(int *x, int *y){
#include <stdio.h>
void swap(int *x, int *y){

@@ -0,0 +1,24 @@
#include <stdio.h>
Copy link
Member

@Panquesito7 Panquesito7 Dec 17, 2022

Choose a reason for hiding this comment

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

No headers should be included in LeetCode files.

Suggested change
#include <stdio.h>

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.

Thanks! 🚀

@Panquesito7 Panquesito7 merged commit 5ac30af into TheAlgorithms:master Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Panquesito7 Panquesito7 Panquesito7 approved these changes

@tjgurwara99 tjgurwara99 tjgurwara99 left review comments

Assignees

No one assigned

Labels

enhancement New feature or request Leetcode folder changes Changes to Leetcode folder. Known CI issues.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /