LeetCode-Solutions icon indicating copy to clipboard operation
LeetCode-Solutions copied to clipboard

515 leetcode

Open kirtisingh3008 opened this issue 4 years ago • 1 comments

Pull Request Template

Description

Given the root of a binary tree, return an array of the largest value in each row of the tree (0-indexed).

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 ?

  • [x] Added problem & solution under correct topic.
  • [x] Specified Space & Time complexity.
  • [x] 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.

  • [x] Test A
  • [x] Test B

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

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code so that it is easy to understand
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

kirtisingh3008 avatar Oct 10 '21 10:10 kirtisingh3008

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

welcome[bot] avatar Oct 10 '21 10:10 welcome[bot]