Skip to content

Conversation

@Carolin16
Copy link

@Carolin16 Carolin16 commented Jun 25, 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.

  • 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
Commiting solution to Leetcode #199 Binary Tree Right Side View problem url :https://leetcode.com/problems/binary-tree-right-side-view/
Adding user details
@welcome
Copy link

welcome bot commented Jun 25, 2021

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

@Carolin16 Carolin16 changed the title ##Description Problem : Given the root of a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. We are using recursion to solve the problem .The tree is recursively called on the right subtree and then on the left subtree.A max level and current level counter is maintained.If the current level is gretaer than max level,we have reached the rightmost node of the level. Jun 25, 2021
@GouravRusiya30
Copy link
Member

Please update readme correctly with Leetcode problem number and link

@Carolin16
Copy link
Author

I have reopened the request and edited readme file please check

@GouravRusiya30
Copy link
Member

Please update the Leetcode problem details in readme

@Carolin16
Copy link
Author

Yes I have reopened PR and updated problem link/id/time complexity/space complexity. Should i initiate a new pull request?

@GouravRusiya30
Copy link
Member

I cannot see any changes in README regarding leetcode problem details

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

Labels

None yet

2 participants