-
Notifications
You must be signed in to change notification settings - Fork 20.1k
CountFriendsPairing Algorithm Added #2889
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
Conversation
Hi @siriak . Is there any update on the issue? Kindly review the changes . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, sorry for the response time, was pretty busy. Could you add automated tests with the @test thing? There are examples in the codebase. Also please add indentation where appropriate. Thanks!
sorry, I have not time.
| |
张泓锐
|
|
***@***.***
|
签名由网易邮箱大师定制
在2022年01月17日 03:36,Andrii ***@***.***> 写道:
@siriak requested changes on this pull request.
Hi, sorry for the response time, was pretty busy. Could you add automated tests with the @test thing? There are examples in the codebase. Also please add indentation where appropriate. Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Thankyou @siriak . I will make changes as requested |
No problem
| |
张泓锐
|
|
***@***.***
|
签名由网易邮箱大师定制
在2022年01月18日 00:26,Deeksha ***@***.***> 写道:
Thankyou @siriak . I will make changes as requested
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID: ***@***.***>
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
no thanks
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2022年02月18日 08:15 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.******@***.***> |
| 主题 | Re: [TheAlgorithms/Java] CountFriendsPairing Algorithm Added (PR #2889) |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@siriak please check the pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My latest review comments were not addressed. Proper indentation and automated tests need to be added
@siriak I've added the test and indentation |
@siriak I've created my own file where I've added the code and test cases. Please do check @ https://github.com/siddhant2002/Java/blob/master/src/main/java/com/thealgorithms/dynamicprogramming/CountFriendsPairing.java and https://github.com/siddhant2002/Java/blob/master/src/test/java/com/thealgorithms/others/CountFriendsPairingTest.java |
The code looks good, could you make a PR with your changes? |
Describe your change:
Add an algorithm?
Fix a bug or typo in an existing algorithm?
Documentation change?
References
Checklist:
Fixes: #{$ISSUE_NO}
.