-
-
Notifications
You must be signed in to change notification settings - Fork 155
Made the necessary changes #3597
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
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.
Great job, @kashvi7440! 🎉 Thank you for submitting your pull request to CodeHarborHub. We appreciate your contribution and enthusiasm! Our team will review it soon. If you have any questions or need further assistance, feel free to reach out. Thanks for contributing!
Here's the code health analysis summary for commits Analysis Summary
|
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀🔗 Site: CodeHarborHub | Live Site
|
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.
update code based on suggestions
dsa-solutions/lc-solutions/0100-0199/0138-copy-list-with-random-pointer.md
Outdated
Show resolved
Hide resolved
Sir I am getting the difference in both the cases
…On Sat, Jul 20, 2024, 6:23 PM Ajay Dhangar ***@***.***> wrote:
***@***.**** requested changes on this pull request.
update code based on suggestions
------------------------------
In
dsa-solutions/lc-solutions/0100-0199/0138-copy-list-with-random-pointer.md
<#3597 (comment)>
:
> +**Example 2:**
+```
+Input: head = [[1,1],[2,1]]
+Output: [[1,1],[2,1]]
+```
+
+**Example 3:**
+```
+Input: head = [[3,null],[3,0],[3,null]]
+Output: [[3,null],[3,0],[3,null]]
+```
+
+### Constraints:
+
+- The number of nodes in the list is in the range [0, 1000].
+- -10000 <= Node.val <= 10000
replace -10000 <= Node.val <= 10000 with `-10000 <= Node.val <= 10000`
—
Reply to this email directly, view it on GitHub
<#3597 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A24SWPNU2WD2VN2RUKQOXLDZNJMTTAVCNFSM6AAAAABLEUSZ5KVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDCOBZHE3TMOJXG4>
.
You are receiving this because you were assigned.Message ID:
***@***.***
com>
|
Sorry for inconvenience sir but I am not getting exactly what change I have
to make
On Sat, Jul 20, 2024, 8:24 PM Kashvi Agrawal ***@***.***>
wrote:
… Sir I am getting the difference in both the cases
On Sat, Jul 20, 2024, 6:23 PM Ajay Dhangar ***@***.***>
wrote:
> ***@***.**** requested changes on this pull request.
>
> update code based on suggestions
> ------------------------------
>
> In
> dsa-solutions/lc-solutions/0100-0199/0138-copy-list-with-random-pointer.md
> <#3597 (comment)>
> :
>
> > +**Example 2:**
> +```
> +Input: head = [[1,1],[2,1]]
> +Output: [[1,1],[2,1]]
> +```
> +
> +**Example 3:**
> +```
> +Input: head = [[3,null],[3,0],[3,null]]
> +Output: [[3,null],[3,0],[3,null]]
> +```
> +
> +### Constraints:
> +
> +- The number of nodes in the list is in the range [0, 1000].
> +- -10000 <= Node.val <= 10000
>
> replace -10000 <= Node.val <= 10000 with `-10000 <= Node.val <= 10000`
>
> —
> Reply to this email directly, view it on GitHub
> <#3597 (review)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A24SWPNU2WD2VN2RUKQOXLDZNJMTTAVCNFSM6AAAAABLEUSZ5KVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDCOBZHE3TMOJXG4>
> .
> You are receiving this because you were assigned.Message ID:
> ***@***.***
> .com>
>
|
Thank you for your contributions, @kashvi7440. I noticed a small error in your code in Please update the code and let me know if you have any questions. |
Made the necessary changes.
@ajay-dhangar sir, I have made the changes please check it once. |
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.
Done
Related Issue
Fix #3172
Description
[Please include a brief description of the changes or features added]
Type of PR
Screenshots / Videos (if applicable)
[Attach any relevant screenshots or videos demonstrating the changes]
Checklist
Additional Context
[Include any additional information or context that might be helpful for reviewers.]
Resources for Guidance
Please read the following resources before submitting your contribution:
Resources for DSA Features on Our Site:
Contribution Guidelines
Thank you for considering contributing to our project! To ensure smooth collaboration and effective contribution management, please adhere to the following guidelines:
Issue Creation
Contribution Levels
Basic Contributions:
Acknowledging Hard Work:
Feature Additions and Component Work:
Level Definitions
We look forward to your contributions and appreciate your effort in helping us improve the project!