Skip to content

Conversation

@YaadR
Copy link
Contributor

@YaadR YaadR commented Aug 5, 2021

Pull Request Template

Description

Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context.
List any dependencies that are required for this change.

Put check marks:

Have you made changes in README file ?

  • Added problem & solution under correct topic.
  • Specified Space & Time complexity.
  • Specified difficulty level, tag & Note(if any).

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

The code is relatively simple. The major catch to test has an example in the commenting parts of the code

  • Test A
  • Test B

Make sure all below guidelines are followed else PR will get Reject:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code so that it is easy to understand
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
YaadR added 2 commits August 5, 2021 23:03
Added c++ linked selution to Roman_to_Integer
@welcome
Copy link

welcome bot commented Aug 5, 2021

I can tell this is your first pull request! Thank you I'm so honored. 🎉🎉🎉 I'll take a look at it ASAP!

@GouravRusiya30
Copy link
Member

Wow !!!
Thanks @YaadR

I can see that you have added 2 solutions but you have not updated both the problem links in README.
Also please change the file name for 20. Valid_Parentheses.cpp to Valid_Parentheses.cpp

After these changes we should be able to merge.

YaadR added 2 commits August 6, 2021 11:27
from 20. Valid_Parentheses to Valid_Parentheses
README.md Outdated
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
| ---- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ------ | ------ | ---------- | ---------------------- | ---- |
| 020 | [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) | [Python](./Python/20_ValidParentheses.py) | _O(n)_ | _O(n)_ | Easy | Stack | |
| 020 | [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) | [Python](./Python/20_ValidParentheses.py) [C++](./C++/20. Vlalid_Parentheses.cpp) | _O(n)_ | _O(n)_ | Easy | Stack | |
Copy link
Member

@GouravRusiya30 GouravRusiya30 Aug 6, 2021

Choose a reason for hiding this comment

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

Path is wrong here

Makd it correct like below
C++

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed I've forgotten to adjust the path as well.

Thanks for the patience.

Indeed I've forgotten to adjust the path as well. Thanks for the patience
@GouravRusiya30 GouravRusiya30 merged commit 56c1fa2 into codedecks-in:master Aug 6, 2021
@welcome
Copy link

welcome bot commented Aug 6, 2021

Your code looks great! Congrats, I've gone ahead and merged your first pull request! Keep it up! alt text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants