Skip to content

[Feature Request]: Adding missing solutions for Leetcode problems 314 and 315. #3805

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

Closed
4 tasks done
aaryaanshh opened this issue Jul 23, 2024 · 3 comments
Closed
4 tasks done
Assignees
Labels
CodeHarborHub - Thanks for creating an issue! dsa-solution Label for solutions related to Data Structures & Algorithms. gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level1 GirlScript Summer of Code | Contributor's Levels

Comments

@aaryaanshh
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

I propose adding documented solutions for the following LeetCode problems to the project repository:

Problem 314: Binary Tree Vertical Order Traversal
Problem 315: Count of Smaller Numbers After Self
This involves providing clear, commented code solutions along with explanations of the approaches used for each problem.

Use Case

Use Case for Problem 314 (Binary Tree Vertical Order Traversal):

Traversing a binary tree and retrieving nodes in vertical order, which is useful for visualizing tree structures from different perspectives.
Implementing algorithms for hierarchical data representation and vertical level traversal, applicable in scenarios like graphical data presentation and tree-based layouts.
Use Case for Problem 315 (Count of Smaller Numbers After Self):

Counting the number of smaller elements that appear after each element in an array, which is useful for solving problems related to ranking and sorting.
Applying algorithms to analyze and rank data efficiently, valuable in applications like real-time analytics and data sorting.

Benefits

Practical Solutions: Provides practical implementations for vertical order traversal of binary trees and efficient counting of smaller numbers in arrays.
Educational Resource: Enhances project documentation with detailed examples of tree traversal techniques and data ranking algorithms.
Community Engagement: Encourages collaborative learning and contributions, fostering a stronger developer community around algorithmic problem-solving and data analysis.

Add ScreenShots

No response

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository
@aaryaanshh aaryaanshh added the enhancement New feature or request label Jul 23, 2024
Copy link

Hi @aaryaanshh! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

@aaryaanshh
Copy link
Contributor Author

@ajay-dhangar Sir kindly assign me this under gssoc 2024

@ajay-dhangar ajay-dhangar added GSSOC'24 GirlScript Summer of Code | Contributor level1 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor dsa-solution Label for solutions related to Data Structures & Algorithms. labels Jul 23, 2024
Copy link

Hello @aaryaanshh! Your issue #3805 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CodeHarborHub - Thanks for creating an issue! dsa-solution Label for solutions related to Data Structures & Algorithms. gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

No branches or pull requests

2 participants